Tag: cws_src680_dba24lms User: oj Date: 2007-11-12 08:34:00+0000 Modified: dba/dbaccess/source/ui/inc/dbu_tbl.hrc dba/dbaccess/source/ui/tabledesign/TEditControl.cxx dba/dbaccess/source/ui/tabledesign/table.src
Log: #i46370# change capital to lower case File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dbu_tbl.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbu_tbl.hrc?r1=1.7&r2=1.7.192.1 Delta lines: +5 -5 ------------------- --- dbu_tbl.hrc 2006-08-15 10:53:18+0000 1.7 +++ dbu_tbl.hrc 2007-11-12 08:33:57+0000 1.7.192.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbu_tbl.hrc,v $ * - * $Revision: 1.7 $ + * $Revision: 1.7.192.1 $ * - * last change: $Author: hr $ $Date: 2006/08/15 10:53:18 $ + * last change: $Author: oj $ $Date: 2007/11/12 08:33:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -78,14 +78,14 @@ #define STR_FIELD_REQUIRED RID_STR_TBL_START + 36 #define STR_DEFAULT_VALUE RID_STR_TBL_START + 37 #define STR_TABED_UNDO_CELLMODIFIED RID_STR_TBL_START + 38 -// empty +#define STR_TAB_FIELD_COLUMN_NAME RID_STR_TBL_START + 39 #define STR_TBL_COLUMN_IS_KEYCOLUMN RID_STR_TBL_START + 40 #define STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE RID_STR_TBL_START + 41 #define STR_TABLEDESIGN_ALTER_ERROR RID_STR_TBL_START + 42 #define STR_AUTOINCREMENT_VALUE RID_STR_TBL_START + 43 #define STR_HELP_FORMAT_BUTTON RID_STR_TBL_START + 44 #define STR_TABLEDESIGN_CONNECTION_MISSING RID_STR_TBL_START + 45 -// empty +#define STR_TAB_FIELD_COLUMN_DATATYPE RID_STR_TBL_START + 46 #define STR_TABLEDESIGN_TITLE RID_STR_TBL_START + 47 #define STR_NO_TYPE_INFO_AVAILABLE RID_STR_TBL_START + 48 #define STR_CHANGE_COLUMN_NAME RID_STR_TBL_START + 49 Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TEditControl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TEditControl.cxx?r1=1.57&r2=1.57.82.1 Delta lines: +5 -5 ------------------- --- TEditControl.cxx 2007-07-06 08:42:50+0000 1.57 +++ TEditControl.cxx 2007-11-12 08:33:57+0000 1.57.82.1 @@ -4,9 +4,9 @@ * * $RCSfile: TEditControl.cxx,v $ * - * $Revision: 1.57 $ + * $Revision: 1.57.82.1 $ * - * last change: $Author: rt $ $Date: 2007/07/06 08:42:50 $ + * last change: $Author: oj $ $Date: 2007/11/12 08:33:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -206,10 +206,10 @@ ////////////////////////////////////////////////////////////////////// // Spalten einfuegen - String aColumnName( ModuleRes(STR_TAB_FIELD_NAME) ); + String aColumnName( ModuleRes(STR_TAB_FIELD_COLUMN_NAME) ); InsertDataColumn( 1, aColumnName, FIELDNAME_WIDTH ); - aColumnName = String( ModuleRes(STR_TAB_FIELD_DATATYPE) ); + aColumnName = String( ModuleRes(STR_TAB_FIELD_COLUMN_DATATYPE) ); InsertDataColumn( 2, aColumnName, FIELDTYPE_WIDTH ); aColumnName = String( ModuleRes(STR_TAB_FIELD_DESCR) ); File [changed]: table.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/table.src?r1=1.96.104.1&r2=1.96.104.2 Delta lines: +10 -2 -------------------- --- table.src 2007-11-12 07:10:24+0000 1.96.104.1 +++ table.src 2007-11-12 08:33:57+0000 1.96.104.2 @@ -4,9 +4,9 @@ * * $RCSfile: table.src,v $ * - * $Revision: 1.96.104.1 $ + * $Revision: 1.96.104.2 $ * - * last change: $Author: oj $ $Date: 2007/11/12 07:10:24 $ + * last change: $Author: oj $ $Date: 2007/11/12 08:33:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -95,10 +95,18 @@ { Text [ en-US ] = "Field name" ; }; +String STR_TAB_FIELD_COLUMN_NAME +{ + Text [ en-US ] = "Field Name" ; +}; String STR_TAB_FIELD_DATATYPE { Text [ en-US ] = "Field type" ; }; +String STR_TAB_FIELD_COLUMN_DATATYPE +{ + Text [ en-US ] = "Field Type" ; +}; String STR_TAB_FIELD_LENGTH { Text [ en-US ] = "Field length" ; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
