summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/dlgsave.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/dlgsave.hrc')
-rw-r--r--dbaccess/source/ui/dlg/dlgsave.hrc14
1 files changed, 10 insertions, 4 deletions
diff --git a/dbaccess/source/ui/dlg/dlgsave.hrc b/dbaccess/source/ui/dlg/dlgsave.hrc
index 451dc06cd915..4238504b3aef 100644
--- a/dbaccess/source/ui/dlg/dlgsave.hrc
+++ b/dbaccess/source/ui/dlg/dlgsave.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgsave.hrc,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2001-01-09 16:05:30 $
+ * last change: $Author: oj $ $Date: 2001-02-14 14:34:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,8 +67,14 @@
#define PB_OK 1
#define PB_CANCEL 1
#define PB_HELP 1
-#define ET_TITLE 1
-#define FT_TITLE 1
+
+#define ET_CATALOG 1
+#define ET_SCHEMA 2
+#define ET_TITLE 3
+#define FT_CATALOG 1
+#define FT_SCHEMA 2
+#define FT_TITLE 3
+
#define STR_TBL_LABEL 1
#define STR_VW_LABEL 2
#define STR_QRY_LABEL 3