[gimp] Bug 699257 - Duplicated shortcut for Set Image Canvas Size dialog



commit aaaa9eef85015a98a41aa4e2ae7f1b49f1336460
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Sun May 5 22:15:03 2013 +0400

    Bug 699257 - Duplicated shortcut for Set Image Canvas Size dialog
    
    Stock Reset and Resize buttons had clashing _R accelerator in the
    Resize Canvas Size dialog.

 libgimpwidgets/gimpstock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimpwidgets/gimpstock.c b/libgimpwidgets/gimpstock.c
index 9375e21..1c4663b 100644
--- a/libgimpwidgets/gimpstock.c
+++ b/libgimpwidgets/gimpstock.c
@@ -201,7 +201,7 @@ static const GtkStockItem gimp_stock_items[] =
   { GIMP_STOCK_ROTATE_90,                NULL,        0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_ROTATE_180,               NULL,        0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_ROTATE_270,               NULL,        0, 0, LIBGIMP_DOMAIN },
-  { GIMP_STOCK_RESIZE,         N_("_Resize"),         0, 0, LIBGIMP_DOMAIN },
+  { GIMP_STOCK_RESIZE,         N_("Re_size"),         0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_SCALE,          N_("_Scale"),          0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_FLIP_HORIZONTAL,          NULL,        0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_FLIP_VERTICAL,            NULL,        0, 0, LIBGIMP_DOMAIN },


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