diff options
-rw-r--r-- | icon-themes/galaxy/links.txt | 3 | ||||
-rw-r--r-- | icon-themes/tango/framework/res/remote-documents.png | bin | 0 -> 1503 bytes | |||
-rw-r--r-- | icon-themes/tango/framework/res/remote-documents.xcf.bz2 | bin | 0 -> 10916 bytes | |||
-rw-r--r-- | sfx2/uiconfig/ui/startcenter.ui | 9 |
4 files changed, 10 insertions, 2 deletions
diff --git a/icon-themes/galaxy/links.txt b/icon-themes/galaxy/links.txt index 6539986c4ce1..c3d944b4247a 100644 --- a/icon-themes/galaxy/links.txt +++ b/icon-themes/galaxy/links.txt @@ -86,3 +86,6 @@ cmd/sc_showgraphics.png cmd/sc_graphic.png # FolderTree expanded icon svtools/res/folderop.png formula/res/fapopen.png + +# Start Center remote documents +framework/res/remote-documents.png framework/res/folder_32.png diff --git a/icon-themes/tango/framework/res/remote-documents.png b/icon-themes/tango/framework/res/remote-documents.png Binary files differnew file mode 100644 index 000000000000..95aafa2139d3 --- /dev/null +++ b/icon-themes/tango/framework/res/remote-documents.png diff --git a/icon-themes/tango/framework/res/remote-documents.xcf.bz2 b/icon-themes/tango/framework/res/remote-documents.xcf.bz2 Binary files differnew file mode 100644 index 000000000000..66168b01ffb8 --- /dev/null +++ b/icon-themes/tango/framework/res/remote-documents.xcf.bz2 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> |