Re: pgAdmin 1.0.2 Bundled... - Mailing list pgadmin-hackers

From Hiroshi Saito
Subject Re: pgAdmin 1.0.2 Bundled...
Date
Msg-id 20031128235459.fe9e3972.saito@inetrt.skcapi.co.jp
Whole thread Raw
In response to pgAdmin 1.0.2 Bundled...  ("Dave Page" <dpage@vale-housing.co.uk>)
List 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 by date:

Previous
From: "Dave Page"
Date:
Subject: pgAdmin 1.0.2 Bundled...
Next
From: "Dave Page"
Date:
Subject: Re: pgAdmin 1.0.2 Bundled...