Re: [pgadmin-hackers] Problem with Scintilla

2003-07-16 Thread Hiroshi Saito
From: "Andreas Pflug" <[EMAIL PROTECTED]> (snip) > >I don't think that it is a substitution simply with wxT("xx"). > >It was the modification point with stc.xpp, *.h as well. > >And, the base of Scintilla is outside. > >I don't have a definite answer. > > > >Are there any ideas? > > > > > Hi Hirosh

Re: [pgadmin-hackers] Problem with Scintilla

2003-07-16 Thread Andreas Pflug
Hiroshi Saito wrote: >Hi Andreas. > >There is Scintill which can't be controlled by a po file to translate. > >For example it is this. >--->ScintillaBase.cxx >void ScintillaBase::ContextMenu(Point pt) { >if (displayPopupMenu) { >bool writable = !WndProc(SCI_GETREADONLY, 0,

[pgadmin-hackers] Problem with Scintilla

2003-07-15 Thread Hiroshi Saito
Hi Andreas. There is Scintill which can't be controlled by a po file to translate. For example it is this. --->ScintillaBase.cxx void ScintillaBase::ContextMenu(Point pt) { if (displayPopupMenu) { bool writable = !WndProc(SCI_GETREADONLY, 0, 0);