svx/uiconfig/ui/textcharacterspacingcontrol.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5e71673ae0bbd4c0c1b32a1269155b4cd2cb5f45 Author: Rene Engelhard <[email protected]> Date: Mon Apr 30 09:25:04 2018 +0200 icon-themes: rename pngs with spaces in them since they cause various problems Change-Id: I30c34b9d1c80c339f359abd7e80f6fa0bcc37537 Reviewed-on: https://gerrit.libreoffice.org/53646 Tested-by: Jenkins <[email protected]> Reviewed-by: Rene Engelhard <[email protected]> diff --git a/icon-themes/galaxy/svx/res/symphony/decrease font.png b/icon-themes/galaxy/svx/res/symphony/decrease_font.png similarity index 100% rename from icon-themes/galaxy/svx/res/symphony/decrease font.png rename to icon-themes/galaxy/svx/res/symphony/decrease_font.png diff --git a/icon-themes/galaxy/svx/res/symphony/enlarge font.png b/icon-themes/galaxy/svx/res/symphony/enlarge_font.png similarity index 100% rename from icon-themes/galaxy/svx/res/symphony/enlarge font.png rename to icon-themes/galaxy/svx/res/symphony/enlarge_font.png diff --git a/icon-themes/galaxy/svx/res/symphony/no color.png b/icon-themes/galaxy/svx/res/symphony/no_color.png similarity index 100% rename from icon-themes/galaxy/svx/res/symphony/no color.png rename to icon-themes/galaxy/svx/res/symphony/no_color.png diff --git a/icon-themes/galaxy/svx/res/symphony/spacing_very loose.png b/icon-themes/galaxy/svx/res/symphony/spacing_very_loose.png similarity index 100% rename from icon-themes/galaxy/svx/res/symphony/spacing_very loose.png rename to icon-themes/galaxy/svx/res/symphony/spacing_very_loose.png diff --git a/icon-themes/galaxy/svx/res/symphony/spacing_very loose_s.png b/icon-themes/galaxy/svx/res/symphony/spacing_very_loose_s.png similarity index 100% rename from icon-themes/galaxy/svx/res/symphony/spacing_very loose_s.png rename to icon-themes/galaxy/svx/res/symphony/spacing_very_loose_s.png diff --git a/icon-themes/galaxy/svx/res/symphony/spacing_very tight.png b/icon-themes/galaxy/svx/res/symphony/spacing_very_tight.png similarity index 100% rename from icon-themes/galaxy/svx/res/symphony/spacing_very tight.png rename to icon-themes/galaxy/svx/res/symphony/spacing_very_tight.png diff --git a/icon-themes/galaxy/svx/res/symphony/spacing_very tight_s.png b/icon-themes/galaxy/svx/res/symphony/spacing_very_tight_s.png similarity index 100% rename from icon-themes/galaxy/svx/res/symphony/spacing_very tight_s.png rename to icon-themes/galaxy/svx/res/symphony/spacing_very_tight_s.png diff --git a/svx/uiconfig/ui/textcharacterspacingcontrol.ui b/svx/uiconfig/ui/textcharacterspacingcontrol.ui index 30f237f6c5fe..7d64085d8a94 100644 --- a/svx/uiconfig/ui/textcharacterspacingcontrol.ui +++ b/svx/uiconfig/ui/textcharacterspacingcontrol.ui @@ -11,7 +11,7 @@ <object class="GtkImage" id="image_spacing_1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">svx/res/symphony/spacing_very tight.png</property> + <property name="pixbuf">svx/res/symphony/spacing_very_tight.png</property> </object> <object class="GtkImage" id="image_spacing_115"> <property name="visible">True</property> @@ -41,7 +41,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="pixbuf">svx/res/symphony/spacing_very loose.png</property> + <property name="pixbuf">svx/res/symphony/spacing_very_loose.png</property> <property name="icon_size">1</property> </object> <object class="GtkImage" id="image_spacing_4"> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
