[gimp] icons: Bug 759904 revert patch file-pdf-save.c



commit 628e9feb194d945028d45013cf72865744837719
Author: klausstaedtler <staedtler-przyborski web de>
Date:   Sun Jun 5 14:05:04 2016 +0200

    icons: Bug 759904 revert patch file-pdf-save.c

 plug-ins/common/file-pdf-save.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/file-pdf-save.c b/plug-ins/common/file-pdf-save.c
index 5ff2969..0fb98ad 100644
--- a/plug-ins/common/file-pdf-save.c
+++ b/plug-ins/common/file-pdf-save.c
@@ -925,8 +925,8 @@ gui_multi (void)
   file_browse = gtk_button_new_with_label (_("Browse..."));
   file_choose = gtk_file_chooser_dialog_new (_("Multipage PDF export"),
                                              GTK_WINDOW (window), GTK_FILE_CHOOSER_ACTION_SAVE,
-                                             "gimp-save", GTK_RESPONSE_OK,
-                                             "gimp-cancel", GTK_RESPONSE_CANCEL,
+                                             "gtk-save", GTK_RESPONSE_OK,
+                                             "gtk-cancel", GTK_RESPONSE_CANCEL,
                                              NULL);
 
   gtk_box_pack_start (GTK_BOX (file_hbox), file_label, FALSE, FALSE, 0);


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