Re: pgAdmin 1.0.2 Bundled...
От | Hiroshi Saito |
---|---|
Тема | Re: pgAdmin 1.0.2 Bundled... |
Дата | |
Msg-id | 20031128235459.fe9e3972.saito@inetrt.skcapi.co.jp обсуждение исходный текст |
Ответ на | pgAdmin 1.0.2 Bundled... ("Dave Page" <dpage@vale-housing.co.uk>) |
Список | pgadmin-hackers |
----- Original Message ----- From: "Dave Page" <dpage@vale-housing.co.uk> > Hi Guys, > > I just finished bundling the source tarball, win32 builds and Slackware > build of v1.0.2. This version is built using the new wx snapshot, which > has also been added to the ftp mirrors. > > Please take a look and let me know if there are any problems - porters; > please update your release builds (don't forget that the old 1.0 > configure script needs a monolithic wx build). Hi Dave. In a new edition of wxWindows, you also have to apply the way of REL-1_0_0_PATCHES. --- src/ui/ctlSQLBox.cpp.orig Fri Nov 28 23:44:20 2003 +++ src/ui/ctlSQLBox.cpp Fri Nov 28 23:46:06 2003 @@ -345,7 +345,7 @@ // SQL Lexer and keywords. // SetLexer(lmPostgreSQL.GetLanguage()); SetLexer(wxSTC_LEX_SQL); - SetKeyWords(0, SQL_KEYWORDS); + SetKeyWords(0, SQL_KEYWORDS.MakeLower()); wxAcceleratorEntry entries[1]; entries[0].Set(wxACCEL_CTRL, (int)'F', MNU_FIND); regards, Hiroshi Saito
В списке pgadmin-hackers по дате отправления: