summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 16:04:25 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 16:04:25 +0000
commit520a37423b8874aa7513ee95cc0d0c76db6a24e5 (patch)
tree141e122ad177814bf8ed3e3bbfa9e69731bd4e2c /dbaccess/source
parent86bb35bd5cabec2b3e3558a9516f11eb04467e10 (diff)
INTEGRATION: CWS dba30a (1.12.36); FILE MERGED
2008/02/14 08:37:48 oj 1.12.36.1: #i86088# add url handling for sdbc:mysqlc:
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/misc/dbumiscres.hrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/ui/misc/dbumiscres.hrc b/dbaccess/source/ui/misc/dbumiscres.hrc
index 357bd7a57708..a0988fec4f1a 100644
--- a/dbaccess/source/ui/misc/dbumiscres.hrc
+++ b/dbaccess/source/ui/misc/dbumiscres.hrc
@@ -4,9 +4,9 @@
*
* $RCSfile: dbumiscres.hrc,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: ihi $ $Date: 2007-11-21 17:10:35 $
+ * last change: $Author: kz $ $Date: 2008-03-05 17:04:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,8 +62,9 @@
#define STR_MACAB 21
#define STR_EMBEDDED_HSQLDB 22
#define STR_THUNDERBIRD 23
+#define STR_MYSQL_NATIVE 24
-#define STR_END STR_THUNDERBIRD + 1
+#define STR_END STR_MYSQL_NATIVE + 1
#endif // _DBU_MISCRES_HRC_