| From: | Hiroshi Saito <saito(at)inetrt(dot)skcapi(dot)co(dot)jp> |
|---|---|
| To: | dpage(at)vale-housing(dot)co(dot)uk |
| Cc: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | Re: pgAdmin 1.0.2 Bundled... |
| Date: | 2003-11-28 14:54:59 |
| Message-ID: | 20031128235459.fe9e3972.saito@inetrt.skcapi.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
----- Original Message -----
From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2003-11-28 14:59:15 | Re: pgAdmin 1.0.2 Bundled... |
| Previous Message | Dave Page | 2003-11-28 13:08:19 | pgAdmin 1.0.2 Bundled... |