[gimp] app: Remove blurb for removed menu-mnemonics gimprc setting



commit f65905f083d72ad8c47d188f0ac2b1d0f477f340
Author: Martin Nordholts <martinn src gnome org>
Date:   Tue Jul 21 16:38:56 2009 +0200

    app: Remove blurb for removed menu-mnemonics gimprc setting

 app/config/gimpguiconfig.c |    2 +-
 app/config/gimprc-blurbs.h |    3 ---
 2 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/app/config/gimpguiconfig.c b/app/config/gimpguiconfig.c
index 99c4b8a..06a5e1b 100644
--- a/app/config/gimpguiconfig.c
+++ b/app/config/gimpguiconfig.c
@@ -278,7 +278,7 @@ gimp_gui_config_class_init (GimpGuiConfigClass *klass)
                                     GIMP_PARAM_STATIC_STRINGS |
                                     GIMP_CONFIG_PARAM_IGNORE);
   GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_MENU_MNEMONICS,
-                                    "menu-mnemonics", MENU_MNEMONICS_BLURB,
+                                    "menu-mnemonics", NULL,
                                     TRUE,
                                     GIMP_PARAM_STATIC_STRINGS |
                                     GIMP_CONFIG_PARAM_IGNORE);
diff --git a/app/config/gimprc-blurbs.h b/app/config/gimprc-blurbs.h
index 2ea5ee5..024954e 100644
--- a/app/config/gimprc-blurbs.h
+++ b/app/config/gimprc-blurbs.h
@@ -196,9 +196,6 @@ N_("Speed of marching ants in the selection outline.  This value is in " \
 N_("GIMP will warn the user if an attempt is made to create an image that " \
    "would take more memory than the size specified here.")
 
-#define MENU_MNEMONICS_BLURB  \
-N_("When enabled, GIMP will show mnemonics in menus.")
-
 #define MIN_COLORS_BLURB  \
 N_("Generally only a concern for 8-bit displays, this sets the minimum " \
    "number of system colors allocated for GIMP.")



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