diff options
author | Hiroshi Inoue <inoue@tpf.co.jp> | 2002-06-12 02:27:44 +0000 |
---|---|---|
committer | Hiroshi Inoue <inoue@tpf.co.jp> | 2002-06-12 02:27:44 +0000 |
commit | 0484700cdaa55f35cd64953ae76fb42f76d17e90 (patch) | |
tree | 441d566afa861f9bbb7d9fe1fad524c15bfbae77 /src/interfaces/odbc/resource.h | |
parent | 237fb9bbc678c008c9391708dd391b29ab3dcd3a (diff) | |
download | postgresql-0484700cdaa55f35cd64953ae76fb42f76d17e90.tar.gz postgresql-0484700cdaa55f35cd64953ae76fb42f76d17e90.zip |
1) Fix a bug *double error message*.
2) Fix a bug *passowrd prompt in case of md5 authentication*.
3) Improve the DSN setup dialog.
Diffstat (limited to 'src/interfaces/odbc/resource.h')
-rw-r--r-- | src/interfaces/odbc/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/resource.h b/src/interfaces/odbc/resource.h index 570ba5c6e8a..13c0a4ff757 100644 --- a/src/interfaces/odbc/resource.h +++ b/src/interfaces/odbc/resource.h @@ -6,6 +6,7 @@ #define IDS_MSGTITLE 2
#define DLG_OPTIONS_DRV 102
#define DLG_OPTIONS_DS 103
+#define DLG_OPTIONS_GLOBAL 104
#define IDC_DSNAME 400
#define IDC_DSNAMETEXT 401
#define IDC_DESC 404
|