diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 09:57:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 09:57:38 +0000 |
commit | 070833ba7ac58e9c459f22ab5547218083977402 (patch) | |
tree | a6d0d004fbc6d4342efd820e77a7d9acee609a01 /svx/source/form/fmexpl.src | |
parent | a8afe224b023a5514aa4e6e16683c7d0d78277ea (diff) |
INTEGRATION: CWS frmcontrols02 (1.35.14); FILE MERGED
2004/03/24 10:19:51 fs 1.35.14.2: RESYNC: (1.35-1.36); FILE MERGED
2004/01/22 10:37:43 fs 1.35.14.1: #i11424 NAVGATIONBAR
Diffstat (limited to 'svx/source/form/fmexpl.src')
-rw-r--r-- | svx/source/form/fmexpl.src | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/svx/source/form/fmexpl.src b/svx/source/form/fmexpl.src index 8c7b575873c5..2f0a8e63008c 100644 --- a/svx/source/form/fmexpl.src +++ b/svx/source/form/fmexpl.src @@ -2,9 +2,9 @@ * * $RCSfile: fmexpl.src,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: kz $ $Date: 2004-02-25 16:06:12 $ + * last change: $Author: hr $ $Date: 2004-04-13 10:57:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -424,6 +424,14 @@ Menu RID_FMEXPLORER_POPUPMENU Text[ hungarian ] = "Automatikus fókuszvezérlés"; Text[ slovenian ] = "Samodejni fokus kontrolnika"; }; + MenuItem + { + Identifier = SID_FM_CONVERTTO_NAVIGATIONBAR; + HelpID = SID_FM_CONVERTTO_NAVIGATIONBAR; + Text = "Navigationsleiste" ; + Text [ english ] = "Navigation Bar" ; + Text [ english_us ] = "Navigation Bar"; + }; }; }; @@ -1067,6 +1075,7 @@ Menu RID_FMSHELL_CONVERSIONMENU RID_SVXIMG_EDIT ; \ RID_SVXIMG_LISTBOX ; \ RID_SVXIMG_COMBOBOX ; \ + RID_SVXIMG_NAVIGATIONBAR ; \ RID_SVXIMG_CONTROL ; \ RID_SVXIMG_FORM ; \ RID_SVXIMG_FORMS ; \ @@ -1089,7 +1098,7 @@ Menu RID_FMSHELL_CONVERSIONMENU RID_SVXIMG_SCROLLBAR; \ RID_SVXIMG_SPINBUTTON; \ }; \ - IdCount = 29 + IdCount = 30 ImageList RID_SVXIMGLIST_FMEXPL { |