diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-12-11 11:16:44 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-12-11 11:16:44 +0000 |
commit | a25de8a9448bdafd764237aec314bb43c9133121 (patch) | |
tree | ecc9088032913ba7aa6369783c1ac8f64c37a22d /svx/source/form/fmexpl.src | |
parent | 0904bf5ddbb26e85a5d3d559082887e0b0e55534 (diff) |
INTEGRATION: CWS frmcontrols01 (1.33.44); FILE MERGED
2003/11/10 09:41:54 fs 1.33.44.3: #i21566# string review
2003/10/27 11:47:05 fs 1.33.44.2: #i21605# SPINBUTTON instead of SPINFIELD
2003/10/22 13:01:18 fs 1.33.44.1: #21277# new form controls: scrollbars and spin fields
Diffstat (limited to 'svx/source/form/fmexpl.src')
-rw-r--r-- | svx/source/form/fmexpl.src | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/svx/source/form/fmexpl.src b/svx/source/form/fmexpl.src index 87e6218e1396..85ed4275e4c8 100644 --- a/svx/source/form/fmexpl.src +++ b/svx/source/form/fmexpl.src @@ -2,9 +2,9 @@ * * $RCSfile: fmexpl.src,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: hr $ $Date: 2003-07-17 11:26:42 $ + * last change: $Author: kz $ $Date: 2003-12-11 12:16:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -964,6 +964,22 @@ Menu RID_FMSHELL_CONVERSIONMENU Text[ hindi ] = "रचना किया हु~आ क्षेत्र"; Text[ slovak ] = "Fo~rmátované pole"; }; + MenuItem + { + Identifier = SID_FM_CONVERTTO_SCROLLBAR ; + HelpID = SID_FM_CONVERTTO_SCROLLBAR ; + Text = "Bildlaufleiste" ; + Text [ english ] = "Scroll bar" ; + Text [ english_us ] = "Scroll bar"; + }; + MenuItem + { + Identifier = SID_FM_CONVERTTO_SPINBUTTON; + HelpID = SID_FM_CONVERTTO_SPINBUTTON; + Text = "Drehfeld" ; + Text [ english ] = "Spin Button" ; + Text [ english_us ] = "Spin Button"; + }; }; }; @@ -998,8 +1014,10 @@ Menu RID_FMSHELL_CONVERSIONMENU RID_SVXIMG_FORMATTEDFIELD ; \ RID_SVXIMG_DATE_N_TIME_FIELDS ; \ RID_SVXIMG_FIELD ; \ + RID_SVXIMG_SCROLLBAR; \ + RID_SVXIMG_SPINBUTTON; \ }; \ - IdCount = 28 + IdCount = 30 ImageList RID_SVXIMGLIST_FMEXPL { |