diff options
-rw-r--r-- | wpcreator/ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpcreator/ui.py b/wpcreator/ui.py index 14bb65f..560eb11 100644 --- a/wpcreator/ui.py +++ b/wpcreator/ui.py @@ -239,7 +239,7 @@ class PreviewWindow (gtk.Window): action = gtk.FILE_CHOOSER_ACTION_SAVE, buttons = (gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL, - gtk.STOCK_OPEN, + gtk.STOCK_SAVE, gtk.RESPONSE_OK)) add_image_filters (dialog) response = dialog.run () |