Kaydet (Commit) 47768882 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS qiq (1.3.124); FILE MERGED

2006/06/19 09:26:20 fs 1.3.124.2: #i51143# 'Add Tables' or 'Add Table or Query' decision now publicly available
2006/05/12 11:09:27 fs 1.3.124.1: #i51143# allow queries in this dialog, too
üst bd293575
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: adtabdlg.hrc,v $ * $RCSfile: adtabdlg.hrc,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 14:53:13 $ * last change: $Author: obo $ $Date: 2006-07-10 15:25:48 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -35,16 +35,20 @@ ...@@ -35,16 +35,20 @@
#ifndef DBAUI_ADTABDLG_HRC #ifndef DBAUI_ADTABDLG_HRC
#define DBAUI_ADTABDLG_HRC #define DBAUI_ADTABDLG_HRC
#define LB_TABLE 1 #define LB_TABLE_OR_QUERY 1
#define LB_DATABASE 2 #define LB_DATABASE 2
#define FT_TABLE 1
#define FT_DATABASE 2 #define FT_DATABASE 1
#define FL_TABLE 1
#define PB_ADDTABLE 1 #define PB_ADDTABLE 1
#define PB_CLOSE 2 #define PB_CLOSE 2
#define PB_HELP 3 #define PB_HELP 3
#define STR_DEFAULT 1 #define RB_CASE_TABLES 1
#define RB_CASE_QUERIES 2
#define STR_ADD_TABLES 1
#define STR_ADD_TABLE_OR_QUERY 2
#endif // DBAUI_ADTABDLG_HRC #endif // DBAUI_ADTABDLG_HRC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment