[gimp/icons-wip] icons: Bug 759904



commit 02570ce5309d84a7d85517751257d065327c15b5
Author: klausstaedtler <staedtler-przyborski web de>
Date:   Sat Jun 25 18:49:03 2016 +0200

    icons: Bug 759904
    
    patch: gimp/app/actions/image-actions.c
    
    replace
    document-new
    by gimp-image

 app/actions/image-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/image-actions.c b/app/actions/image-actions.c
index dfa71ac..fd838e1 100644
--- a/app/actions/image-actions.c
+++ b/app/actions/image-actions.c
@@ -70,7 +70,7 @@ static const GimpActionEntry image_actions[] =
   { "colors-components-menu", NULL, NC_("image-action", "C_omponents") },
   { "colors-desaturate-menu", NULL, NC_("image-action", "D_esaturate") },
 
-  { "image-new", "document-new",
+  { "image-new", GIMP_STOCK_IMAGE,
     NC_("image-action", "_New..."), "<primary>N",
     NC_("image-action", "Create a new image"),
     G_CALLBACK (image_new_cmd_callback),


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