summaryrefslogtreecommitdiff
path: root/sd/uiconfig
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2017-09-25 16:13:09 +0400
committerYousuf Philips <philipz85@hotmail.com>2017-09-25 14:22:20 +0200
commit95082b8e9ba7d4416d3279a8f71d63cf91f40abf (patch)
tree03abcf741b26854250afc0bcaef460063fdd6a2e /sd/uiconfig
parentb165910330285bc0a52eebdf98911e04305dfc5b (diff)
tdf#106939 Swap copy and delete buttons
Change-Id: I1acf56f14fa52dca138b03d8f3f52dfe80b993de Reviewed-on: https://gerrit.libreoffice.org/42751 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r--sd/uiconfig/simpress/ui/customslideshows.ui10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/uiconfig/simpress/ui/customslideshows.ui b/sd/uiconfig/simpress/ui/customslideshows.ui
index 9ce7c5c4f077..8dbee6efb0c2 100644
--- a/sd/uiconfig/simpress/ui/customslideshows.ui
+++ b/sd/uiconfig/simpress/ui/customslideshows.ui
@@ -161,13 +161,12 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="delete">
- <property name="label">gtk-delete</property>
+ <object class="GtkButton" id="copy">
+ <property name="label" translatable="yes" context="customslideshows|copy">Cop_y</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
- <property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -176,12 +175,13 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="copy">
- <property name="label" translatable="yes" context="customslideshows|copy">Cop_y</property>
+ <object class="GtkButton" id="delete">
+ <property name="label">gtk-delete</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
+ <property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>