sd/uiconfig/simpress/ui/customslideshows.ui |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 95082b8e9ba7d4416d3279a8f71d63cf91f40abf
Author: Yousuf Philips <[email protected]>
Date:   Mon Sep 25 16:13:09 2017 +0400

    tdf#106939 Swap copy and delete buttons
    
    Change-Id: I1acf56f14fa52dca138b03d8f3f52dfe80b993de
    Reviewed-on: https://gerrit.libreoffice.org/42751
    Reviewed-by: Yousuf Philips <[email protected]>
    Tested-by: Yousuf Philips <[email protected]>

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>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to