diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-04-12 14:30:17 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-04-12 14:30:17 +0000 |
commit | 439e404e5ce9890434c975e491f6b84bb4ea7ec3 (patch) | |
tree | ba0bdc80bed0a6f9e295733f7ce31543e9fdddbe /dbaccess | |
parent | 68850f06a16bda14ff983b5bebf3262578b202e0 (diff) |
+STR_LOADING_TABLE/-QUERY
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/dbu_resource.hrc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/dbu_resource.hrc b/dbaccess/source/ui/inc/dbu_resource.hrc index 753b005e9a6c..64361c4709c2 100644 --- a/dbaccess/source/ui/inc/dbu_resource.hrc +++ b/dbaccess/source/ui/inc/dbu_resource.hrc @@ -2,9 +2,9 @@ * * $RCSfile: dbu_resource.hrc,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: oj $ $Date: 2001-04-11 11:36:03 $ + * last change: $Author: fs $ $Date: 2001-04-12 15:30:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -376,6 +376,8 @@ #define STR_TABLEDESIGN_NO_PRIM_KEY RID_STRING_START + 145 #define STR_TABLEDESIGN_TITLE RID_STRING_START + 146 #define STR_CONNECTING_DATASOURCE RID_STRING_START + 147 +#define STR_LOADING_QUERY RID_STRING_START + 148 +#define STR_LOADING_TABLE RID_STRING_START + 149 //======================================================================== // untyped resources @@ -390,6 +392,9 @@ /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.37 2001/04/11 11:36:03 oj + * #85699# check if pkey already exists + * * Revision 1.36 2001/04/03 08:14:57 fs * +STR_CONNECTING_DATASOURCE * |