[gimp-help/gimp-help-2-10] Add gimp-file-save-as-template help id to Create Template



commit 58ba9c3d1ee67039635cba876da734d0191112cb
Author: Jacob Boerema <jgboerema gmail com>
Date:   Sun Oct 16 14:36:49 2022 -0400

    Add gimp-file-save-as-template help id to Create Template
    
    Even though gimp updated the name of the define for 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.
    
    For now, just add back the old help id as an anchor.

 src/menus/file/create-template.xml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/menus/file/create-template.xml b/src/menus/file/create-template.xml
index 697fbaa2e..fab09b0de 100644
--- a/src/menus/file/create-template.xml
+++ b/src/menus/file/create-template.xml
@@ -16,6 +16,8 @@
     <secondary>Create Template</secondary>
   </indexterm>
 
+  <anchor id="gimp-file-save-as-template"/>
+
   <para>
     The <guimenuitem>Create Template…</guimenuitem> command opens the 
     <quote>Create New Template</quote> dialog that allows you 


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