[pitivi] UI: change order of revert and cancel buttons
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [pitivi] UI: change order of revert and cancel buttons
- Date: Sat, 19 Jun 2010 15:07:07 +0000 (UTC)
commit 9e706c9009f5c863211b56d50619fc9b72922834
Author: Pier Carteri <pier carteri gmail com>
Date:   Sat Jun 19 16:30:11 2010 +0200
    UI: change order of revert and cancel buttons
 pitivi/ui/mainwindow.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index ffc6e31..b4c86ca 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -832,8 +832,8 @@ class PitiviMainWindow(gtk.Window, Loggable):
                                 _("Do you want to reload current project?")
                                 )
             dialog.set_icon_name("pitivi")
-            dialog.add_buttons(gtk.STOCK_REVERT_TO_SAVED, gtk.RESPONSE_YES,
-                                 gtk.STOCK_CANCEL, gtk.RESPONSE_NO)
+            dialog.add_buttons(gtk.STOCK_CANCEL, gtk.RESPONSE_NO,
+                                        gtk.STOCK_REVERT_TO_SAVED, gtk.RESPONSE_YES)
             dialog.set_title(_("Revert to saved project"))
             dialog.set_resizable(False)
             dialog.set_property("secondary-text", 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]