aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/resource.h
diff options
context:
space:
mode:
authorHiroshi Inoue <inoue@tpf.co.jp>2002-06-12 02:27:44 +0000
committerHiroshi Inoue <inoue@tpf.co.jp>2002-06-12 02:27:44 +0000
commit0484700cdaa55f35cd64953ae76fb42f76d17e90 (patch)
tree441d566afa861f9bbb7d9fe1fad524c15bfbae77 /src/interfaces/odbc/resource.h
parent237fb9bbc678c008c9391708dd391b29ab3dcd3a (diff)
downloadpostgresql-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.h1
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