diff options
author | Hiroshi Inoue <inoue@tpf.co.jp> | 2001-10-29 02:51:46 +0000 |
---|---|---|
committer | Hiroshi Inoue <inoue@tpf.co.jp> | 2001-10-29 02:51:46 +0000 |
commit | aaf95b6c8639c47049d9d499bbd30c5bc250d7e5 (patch) | |
tree | 024ff30420f12962e75f1885a47426671e0d3bf8 /src | |
parent | 6783b2372ef13c141649840a836ff0a954ea1d4d (diff) | |
download | postgresql-aaf95b6c8639c47049d9d499bbd30c5bc250d7e5.tar.gz postgresql-aaf95b6c8639c47049d9d499bbd30c5bc250d7e5.zip |
Change position of a check button in multibyte mode.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/odbc/psqlodbc.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/psqlodbc.rc b/src/interfaces/odbc/psqlodbc.rc index f8db4895805..499734f16b7 100644 --- a/src/interfaces/odbc/psqlodbc.rc +++ b/src/interfaces/odbc/psqlodbc.rc @@ -135,7 +135,7 @@ BEGIN PUSHBUTTON "Cancel",IDCANCEL,124,201,50,14 PUSHBUTTON "Defaults",IDDEFAULTS,189,201,50,15 CONTROL "Default",DRV_OR_DSN,"Button",BS_AUTOCHECKBOX | BS_LEFTTEXT | - BS_NOTIFY | WS_TABSTOP,233,208,40,10 + BS_NOTIFY | WS_TABSTOP,247,205,40,10 END DLG_OPTIONS_DS DIALOG DISCARDABLE 0, 0, 267, 161 |