diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-12-19 16:15:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-19 19:06:35 +0000 |
commit | 9b214cacce55fa25d11942f7079e91c17775b290 (patch) | |
tree | 006e35568491d8d8b1c592a47d9a8b5042139f9e /svx/source/tbxctrls/extrusioncontrols.src | |
parent | 974a70ccb78e36f4aecd641dfb84bcc3dd77a48d (diff) |
Extrusion depth is just a simple menu
where 6 of the strings are already just string resources, doing a full docking
window res to .ui conversion for the two remaining strings seems overkill
Change-Id: I6d3224f8bb84edcdb784901aa93351c042684a3e
Diffstat (limited to 'svx/source/tbxctrls/extrusioncontrols.src')
-rw-r--r-- | svx/source/tbxctrls/extrusioncontrols.src | 34 |
1 files changed, 10 insertions, 24 deletions
diff --git a/svx/source/tbxctrls/extrusioncontrols.src b/svx/source/tbxctrls/extrusioncontrols.src index 87e666feb642..b298114138a3 100644 --- a/svx/source/tbxctrls/extrusioncontrols.src +++ b/svx/source/tbxctrls/extrusioncontrols.src @@ -138,30 +138,6 @@ DockingWindow RID_SVXFLOAT_EXTRUSION_DIRECTION }; }; -DockingWindow RID_SVXFLOAT_EXTRUSION_DEPTH -{ - HelpID = "svx:DockingWindow:RID_SVXFLOAT_EXTRUSION_DEPTH"; - Border = FALSE ; - Hide = TRUE ; - SVLook = TRUE ; - Sizeable = FALSE ; - Moveable = TRUE ; - Closeable = TRUE ; - Zoomable = TRUE ; - - Text [ en-US ] = "Extrusion Depth" ; - - String STR_CUSTOM - { - Text [ en-US ] = "~Custom..."; - }; - - String STR_INFINITY - { - Text [ en-US ] = "~Infinity"; - }; -}; - DockingWindow RID_SVXFLOAT_EXTRUSION_LIGHTING { HelpID = "svx:DockingWindow:RID_SVXFLOAT_EXTRUSION_LIGHTING"; @@ -448,4 +424,14 @@ String RID_SVXSTR_DEPTH_4_INCH Text [ en-US ] = "~4 inch"; }; +String RID_SVXSTR_CUSTOM +{ + Text [ en-US ] = "~Custom..."; +}; + +String RID_SVXSTR_INFINITY +{ + Text [ en-US ] = "~Infinity"; +}; + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |