summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/dbu_dlg.hrc
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-20 14:36:18 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-11-07 08:15:27 +0000
commit117b24dbbd627def07e3fe06438f54172d20618c (patch)
tree882cd7cfe0d98b889aa2c16832cfcc70b5b36114 /dbaccess/source/ui/inc/dbu_dlg.hrc
parentee9bee5d4622e3fd2f0d112a15df35565809eb32 (diff)
Add "New Database" button for Firebird file driver dialog.
Firebird is able to create new databases from within LO hence we need to add a new property to database configration files. This allows use of a db creation dialog (which is opened by using the "New Database" button) in order to allow creating new dialogs (in addition to being able to open existing databases using the "Browse" button). Conflicts: dbaccess/source/ui/dlg/ConnectionHelper.hxx Change-Id: I6174f3b7d9032c48286b49b5ddf125cd3b428303
Diffstat (limited to 'dbaccess/source/ui/inc/dbu_dlg.hrc')
-rw-r--r--dbaccess/source/ui/inc/dbu_dlg.hrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/dbu_dlg.hrc b/dbaccess/source/ui/inc/dbu_dlg.hrc
index afc45ab1a35a..dcf445016ec6 100644
--- a/dbaccess/source/ui/inc/dbu_dlg.hrc
+++ b/dbaccess/source/ui/inc/dbu_dlg.hrc
@@ -108,11 +108,11 @@
#define STR_EXCEPTION_INFO RID_STR_DLG_START + 64
#define STR_EXCEPTION_DETAILS RID_STR_DLG_START + 65
#define STR_MSACCESS_2007_FILTERNAME RID_STR_DLG_START + 66
-
+#define STR_FIREBIRD_FILTERNAME RID_STR_DLG_START + 67
// please adjust checking before insert new strings
-#define LAST_STR_HERE RID_STR_DLG_START + 67
+#define LAST_STR_HERE RID_STR_DLG_START + 68
#if LAST_STR_HERE > RID_STR_DLG_END
#error Resource-Id Overflow in #file, #line