diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 13:27:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 13:27:24 +0000 |
commit | 7c4601da85b58b6e613b7a997fef9a76968f97bc (patch) | |
tree | 2b8c5a9cc9f28b505d8bc29755ae71c2863adc51 /svx | |
parent | a94b7d73bbe0cadeb6793b726af8291c1a4cf0f3 (diff) |
INTEGRATION: CWS docking4 (1.4.48); FILE MERGED
2004/11/12 12:21:37 cd 1.4.48.5: #i32226# Added a new string for the toolbar button popup menu
2004/11/03 16:34:40 cd 1.4.48.4: #i32226# Changed string according to new spec
2004/09/20 15:18:48 cd 1.4.48.3: RESYNC: (1.5-1.6); FILE MERGED
2004/08/23 13:43:04 cd 1.4.48.2: RESYNC: (1.4-1.5); FILE MERGED
2004/08/16 15:58:39 toconnor 1.4.48.1: #i32100# - reset button in toolbars tab should reset all toolbars
#i32083# - placeholder string in messagebox not being replaced
#i32937# - fix typo in resource file
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/cfg.src | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/svx/source/dialog/cfg.src b/svx/source/dialog/cfg.src index d3237a8d6e47..e8f631f533fd 100644 --- a/svx/source/dialog/cfg.src +++ b/svx/source/dialog/cfg.src @@ -2,9 +2,9 @@ * * $RCSfile: cfg.src,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-09-09 15:39:48 $ + * last change: $Author: obo $ $Date: 2004-11-16 14:27:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -134,6 +134,10 @@ TabDialog RID_SVXDLG_CUSTOMIZE Text [ de ] = "Standard Einstellungen herstellen" ; \ Text [ en-US ] = "Restore Default Settings" ; +#define TEXT_DEFAULT_COMMAND \ + Text [ de ] = "Standardbefehl ~wiederherstellen" ; \ + Text [ en-US ] = "Restore Default Command" ; + #define TEXT_TEXT_ONLY \ Text [ de ] = "Nur Text" ; \ Text [ en-US ] = "Text only" ; @@ -400,8 +404,8 @@ Menu MODIFY_TOOLBAR_CONTENT }; MenuItem { - Identifier = ID_DEFAULT_STYLE ; - TEXT_DEFAULT_STYLE + Identifier = ID_DEFAULT_COMMAND ; + TEXT_DEFAULT_COMMAND }; MenuItem { |