svx/uiconfig/ui/sidebarparagraph.ui | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
New commits: commit e6c7c618d1c4f78d4e11fcc9ee40f70aff583c90 Author: Yousuf Philips <[email protected]> Date: Thu Nov 13 02:39:55 2014 +0400 fdo#85776 swap increase and decrease indent in sidebar Change-Id: I5f6dd2244adecd2dba7e03ff3f620bd4c7657d7b Reviewed-on: https://gerrit.libreoffice.org/12396 Reviewed-by: Samuel Mehrbrodt <[email protected]> Tested-by: Samuel Mehrbrodt <[email protected]> diff --git a/svx/uiconfig/ui/sidebarparagraph.ui b/svx/uiconfig/ui/sidebarparagraph.ui index f749a4d..b50ab98 100644 --- a/svx/uiconfig/ui/sidebarparagraph.ui +++ b/svx/uiconfig/ui/sidebarparagraph.ui @@ -476,12 +476,12 @@ <property name="tooltip_text" translatable="yes">Indent</property> <property name="show_arrow">False</property> <child> - <object class="GtkToolButton" id="decreaseindent"> + <object class="GtkToolButton" id="increaseindent"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="has_tooltip">True</property> - <property name="tooltip_text" translatable="yes">Decrease Indent</property> - <property name="action_name">.uno:DecrementIndent</property> + <property name="tooltip_text" translatable="yes">Increase Indent</property> + <property name="action_name">.uno:IncrementIndent</property> <property name="use_underline">True</property> </object> <packing> @@ -490,14 +490,14 @@ </packing> </child> <child> - <object class="GtkToolButton" id="increaseindent"> + <object class="GtkToolButton" id="decreaseindent"> <property name="width_request">15</property> <property name="height_request">25</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="has_tooltip">True</property> - <property name="tooltip_text" translatable="yes">Increase Indent</property> - <property name="action_name">.uno:IncrementIndent</property> + <property name="tooltip_text" translatable="yes">Decrease Indent</property> + <property name="action_name">.uno:DecrementIndent</property> <property name="use_underline">True</property> </object> <packing> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
