[gevice] change button on dialog New Database



commit 22acd9b0911007c380c752c1648970e5f0c74c34
Author: Alejandro Valdes Jimenez <avaldes gnome org>
Date:   Thu Nov 3 18:06:34 2011 -0300

    change button on dialog New Database

 src/gevice.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gevice.py b/src/gevice.py
index e5e7d3f..9b96b3c 100755
--- a/src/gevice.py
+++ b/src/gevice.py
@@ -398,7 +398,7 @@ class Gevice:
     filechooser = Gtk.FileChooserDialog(title=_("New Database"), 
       parent=gevice.window_main, 
       action=Gtk.FileChooserAction.SAVE, 
-      buttons=(Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL, Gtk.STOCK_SAVE, Gtk.ResponseType.ACCEPT))
+      buttons=(Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL, Gtk.STOCK_OK, Gtk.ResponseType.ACCEPT))
 
     filechooser.set_select_multiple(False)
 



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