[gnome-chess] Switch to a Save As button



commit 31365e461758448cf7bb65c6641c48153de643fb
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Apr 7 19:01:54 2014 -0500

    Switch to a Save As button
    
    The standard Save is still available with Ctrl+S
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727345

 data/gnome-chess.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/gnome-chess.ui b/data/gnome-chess.ui
index 5d28d7c..bc76d62 100644
--- a/data/gnome-chess.ui
+++ b/data/gnome-chess.ui
@@ -70,7 +70,7 @@
           <object class="GtkButton" id="save_game_button">
             <property name="visible">True</property>
             <property name="valign">center</property>
-            <property name="action-name">win.save</property>
+            <property name="action-name">win.save-as</property>
             <property name="tooltip-text" translatable="yes">Save the current game</property>
             <style>
               <class name="image-button"/>
@@ -79,7 +79,7 @@
               <object class="GtkImage" id="save_game_image">
                 <property name="visible">True</property>
                 <property name="icon_size">1</property>
-                <property name="icon_name">document-save-symbolic</property>
+                <property name="icon_name">document-save-as-symbolic</property>
               </object>
             </child>
           </object>


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