----- Original Message ----- From: "Dave Page" <[EMAIL PROTECTED]> > 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 ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org