From 85187a08a51fed549aa5bd0ca7397f97cbe85d30 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 01 Dec 2009 02:20:47 +0000 Subject: Remote : Putting OK button on the left as usual --- (limited to 'src/extensions/tutoriusremote.py') diff --git a/src/extensions/tutoriusremote.py b/src/extensions/tutoriusremote.py index 92e031a..912e968 100755 --- a/src/extensions/tutoriusremote.py +++ b/src/extensions/tutoriusremote.py @@ -87,9 +87,9 @@ class TPalette(Palette): dlg = gtk.Dialog('Run a tutorial', None, gtk.DIALOG_MODAL, - (gtk.STOCK_CANCEL, gtk.RESPONSE_REJECT, - gtk.STOCK_OK, gtk.RESPONSE_ACCEPT)) - dlg.vbox.pack_start(gtk.Label(_('Which tutorial do you want to run?'))) + (gtk.STOCK_OK, gtk.RESPONSE_ACCEPT, + gtk.STOCK_CANCEL, gtk.RESPONSE_REJECT)) + dlg.vbox.pack_start(gtk.Label(_('Which tutorial do you want to run?\n'))) activity = get_model().get_active_activity() -- cgit v0.9.1