diff options
author | Rene Engelhard <rene@debian.org> | 2018-04-30 09:25:04 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2018-04-30 10:56:29 +0200 |
commit | 5e71673ae0bbd4c0c1b32a1269155b4cd2cb5f45 (patch) | |
tree | 8788df5bdfd7795389274dbf34786b5931e52f3f /svx/uiconfig | |
parent | 056d4409cdc7d56c3c803be9996ba9f8983a565b (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Rene Engelhard <rene@debian.org>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/textcharacterspacingcontrol.ui | 4 |
1 files changed, 2 insertions, 2 deletions
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"> |