diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-04 18:11:38 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-05 15:22:40 +0100 |
commit | 3eaa0cb7552381c7924722619b237a4d5ca21ff7 (patch) | |
tree | 3ca1789cb358d8d07a53f422c9d0be1608be6a4d /sfx2 | |
parent | 9f417544f83fb5645abd7b74382bede2246c73b8 (diff) |
Template manager: use icons in the toolbar
Change-Id: I4f1e199c9c678f5443cc736ffa8f74d9748b6f0f
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/templatedlg.src | 47 |
1 files changed, 46 insertions, 1 deletions
diff --git a/sfx2/source/doc/templatedlg.src b/sfx2/source/doc/templatedlg.src index 1d45bd9adf95..9bafd2b2a533 100644 --- a/sfx2/source/doc/templatedlg.src +++ b/sfx2/source/doc/templatedlg.src @@ -202,6 +202,11 @@ ModelessDialog DLG_TEMPLATE_MANAGER { Identifier = TBI_TEMPLATE_REPOSITORY; Text [ en-US ] = "Repository"; + + ItemImage = Image + { + ImageBitmap = Bitmap { File = "actionview026.png" ; }; + }; }; ToolBoxItem @@ -212,7 +217,7 @@ ModelessDialog DLG_TEMPLATE_MANAGER ItemImage = Image { - ImageBitmap = Bitmap { File = "import.png" ; }; + ImageBitmap = Bitmap { File = "actionview010.png" ; }; }; }; @@ -221,6 +226,11 @@ ModelessDialog DLG_TEMPLATE_MANAGER Identifier = TBI_TEMPLATE_FOLDER_DEL; Hide = TRUE; Text [ en-US ] = "Delete"; + + ItemImage = Image + { + ImageBitmap = Bitmap { File = "actionview025.png" ; }; + }; }; ToolBoxItem @@ -228,6 +238,11 @@ ModelessDialog DLG_TEMPLATE_MANAGER Identifier = TBI_TEMPLATE_SAVE; Hide = TRUE; Text [ en-US ] = "Save"; + + ItemImage = Image + { + ImageBitmap = Bitmap { File = "actionview028.png" ; }; + }; }; }; }; @@ -277,36 +292,66 @@ ModelessDialog DLG_TEMPLATE_MANAGER { Identifier = TBI_TEMPLATE_EDIT; Text [ en-US ] = "Edit"; + + ItemImage = Image + { + ImageBitmap = Bitmap { File = "actiontemplates019.png" ; }; + }; }; ToolBoxItem { Identifier = TBI_TEMPLATE_PROPERTIES; Text [ en-US ] = "Properties"; + + ItemImage = Image + { + ImageBitmap = Bitmap { File = "actiontemplates016.png" ; }; + }; }; ToolBoxItem { Identifier = TBI_TEMPLATE_DEFAULT; Text [ en-US ] = "Set as default"; + + ItemImage = Image + { + ImageBitmap = Bitmap { File = "actiontemplates015.png" ; }; + }; }; ToolBoxItem { Identifier = TBI_TEMPLATE_MOVE; Text [ en-US ] = "Move to folder" ; + + ItemImage = Image + { + ImageBitmap = Bitmap { File = "actiontemplates017.png" ; }; + }; }; ToolBoxItem { Identifier = TBI_TEMPLATE_EXPORT; Text [ en-US ] = "Export"; + + ItemImage = Image + { + ImageBitmap = Bitmap { File = "actiontemplates020.png" ; }; + }; }; ToolBoxItem { Identifier = TBI_TEMPLATE_DELETE; Text [ en-US ] = "Delete"; + + ItemImage = Image + { + ImageBitmap = Bitmap { File = "actiontemplates018.png" ; }; + }; }; }; }; |