Tag: cws_src680_dba24lms User: oj Date: 2007-11-09 08:46:55+0000 Modified: dba/dbaccess/source/ui/misc/WCPage.cxx
Log: #i83469# insert strings File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: WCPage.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/WCPage.cxx?r1=1.31&r2=1.31.40.1 Delta lines: +5 -4 ------------------- --- WCPage.cxx 2007-09-26 14:51:34+0000 1.31 +++ WCPage.cxx 2007-11-09 08:46:53+0000 1.31.40.1 @@ -4,9 +4,9 @@ * * $RCSfile: WCPage.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.31.40.1 $ * - * last change: $Author: hr $ $Date: 2007/09/26 14:51:34 $ + * last change: $Author: oj $ $Date: 2007/11/09 08:46:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -197,7 +197,8 @@ SetText(String(ModuleRes(STR_COPYTABLE_TITLE_COPY))); else { - SetText(String(ModuleRes(STR_COPYTABLE_TITLE_MOVE))); + //! TODO OJ: HAS TO BE CHANGED + // SetText(String(ModuleRes(STR_COPYTABLE_TITLE_MOVE))); m_aRB_Def.Disable(); // beim Verschieben ist der Punkt "nur Definition" nicht zulaessig } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
