gnome-utils r8182 - trunk/gnome-screenshot



Author: cosimoc
Date: Sun Nov  9 17:05:49 2008
New Revision: 8182
URL: http://svn.gnome.org/viewvc/gnome-utils?rev=8182&view=rev

Log:
2008-11-09  Cosimo Cecchi  <cosimoc gnome org>

	* gnome-screenshot.ui: move the "Copy to Clipboard" button on
	the left of the "Cancel" one, as for HIG (#554805).


Modified:
   trunk/gnome-screenshot/ChangeLog
   trunk/gnome-screenshot/gnome-screenshot.ui

Modified: trunk/gnome-screenshot/gnome-screenshot.ui
==============================================================================
--- trunk/gnome-screenshot/gnome-screenshot.ui	(original)
+++ trunk/gnome-screenshot/gnome-screenshot.ui	Sun Nov  9 17:05:49 2008
@@ -37,26 +37,26 @@
               </object>
             </child>
             <child>
-              <object class="GtkButton" id="cancel_button">
+              <object class="GtkButton" id="copy_button">
                 <property name="visible">True</property>
                 <property name="can_default">True</property>
                 <property name="can_focus">True</property>
-                <property name="label">gtk-cancel</property>
-                <property name="use_stock">True</property>
+                <property name="use_underline">True</property>
+                <property name="label" translatable="yes">C_opy to Clipboard</property>
                 <property name="relief">GTK_RELIEF_NORMAL</property>
                 <property name="focus_on_click">True</property>
+                <accelerator key="C" modifiers="GDK_CONTROL_MASK" signal="activate"/>
               </object>
             </child>
             <child>
-              <object class="GtkButton" id="copy_button">
+              <object class="GtkButton" id="cancel_button">
                 <property name="visible">True</property>
                 <property name="can_default">True</property>
                 <property name="can_focus">True</property>
-                <property name="use_underline">True</property>
-                <property name="label" translatable="yes">C_opy to Clipboard</property>
+                <property name="label">gtk-cancel</property>
+                <property name="use_stock">True</property>
                 <property name="relief">GTK_RELIEF_NORMAL</property>
                 <property name="focus_on_click">True</property>
-                <accelerator key="C" modifiers="GDK_CONTROL_MASK" signal="activate"/>
               </object>
             </child>
             <child>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]