[gimp/icons-wip] icons: Bug 759904



commit 10964956c5c79f8341471b4b9e4d1f7b3ce1c7ae
Author: klausstaedtler <staedtler-przyborski web de>
Date:   Sat Jun 25 18:15:55 2016 +0200

    icons: Bug 759904
    
    
    patch: gimp/plug-ins/help-browser/dialog.c:
    
    replace
    gimp-quit
    by gimp-close-all
    
    application-exit
    by gimp-quit

 plug-ins/help-browser/dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/help-browser/dialog.c b/plug-ins/help-browser/dialog.c
index d911f16..30471ab 100644
--- a/plug-ins/help-browser/dialog.c
+++ b/plug-ins/help-browser/dialog.c
@@ -608,12 +608,12 @@ ui_manager_new (GtkWidget *window)
       G_CALLBACK (find_again_callback)
     },
     {
-      "close", "gimp-quit",
+      "close", "gimp-close-all",
       NULL, "<control>W", NULL,
       G_CALLBACK (close_callback)
     },
     {
-      "quit", "application-exit",
+      "quit", "gimp-quit",
       NULL, "<control>Q", NULL,
       G_CALLBACK (close_callback)
     }


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