[gimp] app: fix string of GIMP_HELP_FILE_CREATE_TEMPLATE



commit 28e0033ed211bbd64fdbec5d4815e957ae871239
Author: Jacob Boerema <jgboerema gmail com>
Date:   Sun Oct 16 14:44:46 2022 -0400

    app: fix string of GIMP_HELP_FILE_CREATE_TEMPLATE
    
    Even though GIMP updated the name of the define for Create Template to
    GIMP_HELP_FILE_CREATE_TEMPLATE, it did not change the id string.
    In gimp-help this string was updated, causing help not found when asking
    for help for Create Template.
    
    This commit updates the string used for the help id to be the same as
    used in gimp-help. It also removes the old define that is not used
    anymore in GIMP.

 app/widgets/gimphelp-ids.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/app/widgets/gimphelp-ids.h b/app/widgets/gimphelp-ids.h
index 11ff1d67fa..df2dc495df 100644
--- a/app/widgets/gimphelp-ids.h
+++ b/app/widgets/gimphelp-ids.h
@@ -37,13 +37,12 @@
 #define GIMP_HELP_FILE_EXPORT                     "gimp-file-export"
 #define GIMP_HELP_FILE_EXPORT_AS                  "gimp-file-export-as"
 #define GIMP_HELP_FILE_OVERWRITE                  "gimp-file-overwrite"
-#define GIMP_HELP_FILE_SAVE_AS_TEMPLATE           "gimp-file-save-as-template"
 #define GIMP_HELP_FILE_REVERT                     "gimp-file-revert"
 #define GIMP_HELP_FILE_CLOSE                      "gimp-file-close"
 #define GIMP_HELP_FILE_CLOSE_ALL                  "gimp-file-close-all"
 #define GIMP_HELP_FILE_COPY_LOCATION              "gimp-file-copy-location"
 #define GIMP_HELP_FILE_SHOW_IN_FILE_MANAGER       "gimp-file-show-in-file-manager"
-#define GIMP_HELP_FILE_CREATE_TEMPLATE            "gimp-file-save-as-template" /* Update string along with 
gimp-help-2 */
+#define GIMP_HELP_FILE_CREATE_TEMPLATE            "gimp-file-create-template"
 #define GIMP_HELP_FILE_QUIT                       "gimp-file-quit"
 
 #define GIMP_HELP_EDIT_UNDO                       "gimp-edit-undo"


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