User: obo Date: 2006/07/10 08:25:50 Modified: dba/dbaccess/source/ui/dlg/adtabdlg.hrc
Log: 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 File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: adtabdlg.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/adtabdlg.hrc?r1=1.3&r2=1.4 Delta lines: +10 -6 -------------------- --- adtabdlg.hrc 8 Sep 2005 14:53:13 -0000 1.3 +++ adtabdlg.hrc 10 Jul 2006 15:25:48 -0000 1.4 @@ -35,16 +35,20 @@ #ifndef DBAUI_ADTABDLG_HRC #define DBAUI_ADTABDLG_HRC -#define LB_TABLE 1 +#define LB_TABLE_OR_QUERY 1 #define LB_DATABASE 2 -#define FT_TABLE 1 -#define FT_DATABASE 2 -#define FL_TABLE 1 + +#define FT_DATABASE 1 + #define PB_ADDTABLE 1 #define PB_CLOSE 2 #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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
