Hi Frank.
Now, it began to handle a Japanese user, too.
Your work is very wonderful.
There is a patch which wants to cope with it.
An error appears by the menu button icon.
Apply an attached patch.
Thank you in advance for your understanding.
With kindest regards,
Hiroshi-Saito
--------------------------------------------------
pgadmin-II Japanese Edition
http://cre-ent.skcapi.co.jp/~saito/pgadmin/index.html
--- frmMain.frm.orig Thu May 29 19:34:30 2003
+++ frmMain.frm Thu May 29 19:36:58 2003
@@ -1998,6 +1998,7 @@
If ctx.CurrentObject.ObjectType <> "Server" And _
ctx.CurrentObject.ObjectType <> "Check" And _
ctx.CurrentObject.ObjectType <> "Column" And _
+ ctx.CurrentObject.ObjectType <> "Schema" And _
ctx.CurrentObject.ObjectType <> "Foreign Key" Then
tb_ButtonMenuClick Button.ButtonMenus(LCase(ctx.CurrentObject.ObjectType))
End If
@@ -2305,6 +2306,8 @@
Select Case ButtonMenu.Key
Case "aggregate"
mnuPopupCreateAggregate_Click
+ Case "conversion"
+ mnuPopupCreateConversion_Click
Case "cast"
mnuPopupCreateCast_Click
Case "database"
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])