[gimp-help] Fix two incorrect help id's



commit 8aeba328dccaaf44b43f90d31f86deb66dd0857a
Author: Jacob Boerema <jgboerema gmail com>
Date:   Sun Oct 16 15:11:20 2022 -0400

    Fix two incorrect help id's
    
    - gimp-copy-location should be gimp-file-copy-location
    - gimp-show-in-file-manager -> gimp-file-show-in-file-manager
    
    (cherry picked from commit fd0037f976c4c370a406428fbab5f38c41a82ad6)

 src/menus/file/copy-location.xml        | 2 +-
 src/menus/file/show-in-file-manager.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/menus/file/copy-location.xml b/src/menus/file/copy-location.xml
index f705026eb..58cdb4bfd 100644
--- a/src/menus/file/copy-location.xml
+++ b/src/menus/file/copy-location.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
                 "http://www.docbook.org/xml/4.5/docbookx.dtd";>
 
-<sect2 id="gimp-copy-location">
+<sect2 id="gimp-file-copy-location">
 <title>Copy Image Location</title>
 
   <indexterm><primary>Copy Image Location</primary></indexterm>
diff --git a/src/menus/file/show-in-file-manager.xml b/src/menus/file/show-in-file-manager.xml
index 0400f8f04..9bab7210e 100644
--- a/src/menus/file/show-in-file-manager.xml
+++ b/src/menus/file/show-in-file-manager.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
                 "http://www.docbook.org/xml/4.5/docbookx.dtd";>
 
-<sect2 id="gimp-show-in-file-manager">
+<sect2 id="gimp-file-show-in-file-manager">
   <title>Show in File Manager</title>
 
   <indexterm><primary>Show in File Manager</primary></indexterm>


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