summaryrefslogtreecommitdiffstats
path: root/svx/source/stbctrls/stbctrls.src
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-05-25 10:02:26 +0200
committerJan Holesovsky <kendy@suse.cz>2012-05-25 10:07:34 +0200
commitf76fde91c4103812d924b973cec83a7b316a1f05 (patch)
tree38a6115c690f3a65f174330aa69bd913160c810f /svx/source/stbctrls/stbctrls.src
parentSwFlySaveArr: Apple GCC complains about constructors (diff)
downloadcore-f76fde91c4103812d924b973cec83a7b316a1f05.tar.gz
core-f76fde91c4103812d924b973cec83a7b316a1f05.zip
status bar: Get rid of STD/BLK/..., and introduce a menu for that instead.
Nobody know what these acronyms stay for; so instead use an icon, and a menu that contains the full descrption. Tooltip now says what is active. Change-Id: I21a67c5456c96081797c1cb88d2a980d161a1c0c
Diffstat (limited to 'svx/source/stbctrls/stbctrls.src')
-rw-r--r--svx/source/stbctrls/stbctrls.src55
1 files changed, 39 insertions, 16 deletions
diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src
index 0dc08437d143..e0f198a838ec 100644
--- a/svx/source/stbctrls/stbctrls.src
+++ b/svx/source/stbctrls/stbctrls.src
@@ -43,26 +43,49 @@ String RID_SVXSTR_OVERWRITE_TEXT
Text [ x-comment ] = "To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'." ;
Text [ en-US ] = "Overwrite" ;
};
-String RID_SVXSTR_SELMODE_STD
-{
- // 'Standard' shortened to a maximum of 3 characters
- Text [ en-US ] = "STD" ;
-};
-String RID_SVXSTR_SELMODE_ER
-{
- // 'Extended' shortened to a maximum of 3 characters
- Text [ en-US ] = "EXT" ;
-};
-String RID_SVXSTR_SELMODE_ERG
+
+// Selection type menu
+Menu RID_SVXMENU_SELECTION
{
- // 'Added' shortened to a maximum of 3 characters
- Text [ en-US ] = "ADD" ;
+ ItemList =
+ {
+ MenuItem
+ {
+ Identifier = SELECTION_STANDARD ;
+ //HelpId = ;
+ RadioCheck = TRUE ;
+ Text [ en-US ] = "Standard selection" ;
+ };
+ MenuItem
+ {
+ Identifier = SELECTION_EXTENDED ;
+ //HelpId = ;
+ RadioCheck = TRUE ;
+ Text [ en-US ] = "Extending selection" ;
+ };
+ MenuItem
+ {
+ Identifier = SELECTION_ADDED ;
+ //HelpId = ;
+ RadioCheck = TRUE ;
+ Text [ en-US ] = "Adding selection" ;
+ };
+ MenuItem
+ {
+ Identifier = SELECTION_BLOCK ;
+ //HelpId = ;
+ RadioCheck = TRUE ;
+ Text [ en-US ] = "Block selection" ;
+ };
+ };
};
-String RID_SVXSTR_SELMODE_BLK
+Image RID_SVXBMP_SELECTION
{
- // 'Block' shortened to max. 3 chararcters
- Text [ en-US ] = "BLK" ;
+ ImageBitmap = Bitmap
+ {
+ File = "selection_10x22.png" ;
+ };
};
String RID_SVXSTR_XMLSEC_SIG_OK