[gimp] app: Have an "Export" button, not "Save", in export dialogs



commit 5819c3c83a25de4b56360b9d9aa486433c7eaac4
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun Dec 6 08:58:27 2009 +0100

    app: Have an "Export" button, not "Save", in export dialogs

 app/dialogs/file-save-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/dialogs/file-save-dialog.c b/app/dialogs/file-save-dialog.c
index a2c62d2..1779782 100644
--- a/app/dialogs/file-save-dialog.c
+++ b/app/dialogs/file-save-dialog.c
@@ -103,7 +103,7 @@ file_save_dialog_new (Gimp     *gimp,
       dialog = gimp_file_dialog_new (gimp,
                                      GIMP_FILE_CHOOSER_ACTION_EXPORT,
                                      _("Export Image"), "gimp-file-export",
-                                     GTK_STOCK_SAVE,
+                                     _("_Export"),
                                      GIMP_HELP_FILE_EXPORT);
 
       state = g_object_get_data (G_OBJECT (gimp), "gimp-file-export-dialog-state");



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