diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-10-08 16:56:47 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-10-13 12:06:38 +0000 |
commit | e495bf390cc8cef5ec7c66febac92f1477e3b92d (patch) | |
tree | bbc05d456789af184f5f6f727576ad5c5eb2806e /sfx2 | |
parent | 176c60dd19f29457aca02a1477ffcc1ab312f050 (diff) |
START CENTER: Set new open remote file icon and label
Change-Id: I7bede0cb520f446582d01bc0e5f583ddf4655ce0
Reviewed-on: https://gerrit.libreoffice.org/19178
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/startcenter.ui | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui index 49d9e5f1493c..410e2aac43b1 100644 --- a/sfx2/uiconfig/ui/startcenter.ui +++ b/sfx2/uiconfig/ui/startcenter.ui @@ -83,6 +83,11 @@ <property name="can_focus">False</property> <property name="pixbuf">framework/res/recent-documents.png</property> </object> + <object class="GtkImage" id="open_all_image2"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="pixbuf">framework/res/remote-documents.png</property> + </object> <object class="GtkImage" id="templates_all_image"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -137,13 +142,13 @@ </child> <child> <object class="GtkButton" id="open_remote"> - <property name="label" translatable="yes">_Open Remote File</property> + <property name="label" translatable="yes">Remote _Files</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="margin_left">6</property> <property name="margin_right">6</property> - <property name="image">open_all_image</property> + <property name="image">open_all_image2</property> <property name="relief">none</property> <property name="use_underline">True</property> <property name="xalign">0</property> |