Fix documentation errors
authorColin Clark <colin.clark@cclark.uk>
Thu, 12 Oct 2017 09:39:25 +0000 (10:39 +0100)
committerColin Clark <colin.clark@cclark.uk>
Thu, 12 Oct 2017 09:39:25 +0000 (10:39 +0100)
doc/docbook/GuideMainWindowMenus.xml
doc/docbook/GuideOptionsStereo.xml
doc/docbook/GuideOptionsToolbar.xml
doc/docbook/GuideReferenceConfig.xml
src/preferences.c

index 7bca27f..066c5d7 100644 (file)
         </term>\r
         <listitem>\r
           <para>\r
-            Creates a symbolic link. This is implemented via an\r
-            <link linkend="GuideImageManagementExternalEditing">external editor</link>\r
+            Creates a symbolic link. This is implemented via a\r
+            <link linkend="GuideImageManagementPlugins">plugin</link>\r
             .\r
           </para>\r
         </listitem>\r
           <warning>\r
             <para>\r
               The file rotate.desktop, using external commands exiftran, exiv2 and mogrify, is used to implement this command. Refer to\r
-              <link linkend="GuideImageManagementExternalEditing">Editors section</link>\r
+              <link linkend="GuideImageManagementPlugins">Plugins section</link>\r
               for details.\r
             </para>\r
           </warning>\r
       <varlistentry>\r
         <term>\r
           <menuchoice>\r
-            <guimenu>Configure Editors…</guimenu>\r
+            <guimenu>Configure Plugins…</guimenu>\r
           </menuchoice>\r
         </term>\r
         <listitem>\r
           <para>\r
             Opens the\r
-            <link linkend="GuideImageManagementExternalEditing">Editors Dialog</link>\r
-            for changing of global preferences.\r
+            <link linkend="GuideImageManagementPlugins">Plugins Dialog</link>\r
+            for changing of desktop files.\r
           </para>\r
         </listitem>\r
       </varlistentry>\r
index 2033ecc..735e152 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<section id="GuideOptionsSteroa">
+<section id="GuideOptionsStereo">
   <title>Stereo image management</title>
   <para>TBD</para>
 </section>
index cd74dfa..95fe2cc 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>\r
-<section id="GuideOptionsSteroa">\r
+<section id="GuideOptionsToolbar">\r
   <title>Toolbar</title>\r
   <para>\r
     This dialogue enables you to change the items displayed on the Toolbar.\r
@@ -8,7 +8,7 @@
     <para />\r
     Additional items may be included by clicking on the "Plus" symbol at the bottom of the tab. A list of all available options is displayed.\r
   </para>\r
-  <para>Most of the Geeqie menu items are available, plus any desktop (External Editor) files.</para>\r
+  <para>Most of the Geeqie menu items are available, plus any desktop (Plugins) files.</para>\r
   <note>\r
     <para>\r
       If you select a desktop file, ensure that it includes an icon - the desktop file format is described in the\r
index d78fc16..749c1de 100644 (file)
@@ -22,7 +22,7 @@
   </para>\r
   <para>\r
     Geeqie-created desktop files used by\r
-    <link linkend="GuideImageManagementExternalEditing">External Editors</link>\r
+    <link linkend="GuideImageManagementPlugins">Plugins</link>\r
     are in the folder:\r
     <programlisting xml:space="preserve">.../applications</programlisting>\r
   </para>\r
index 5fd1541..387ff8a 100644 (file)
@@ -458,8 +458,9 @@ static void config_window_help_cb(GtkWidget *widget, gpointer data)
        "GuideOptionsFiltering.html",
        "GuideOptionsMetadata.html",
        "GuideOptionsColor.html",
-       "GuideOptionsSteroa.html",
-       "GuideOptionsBehavior.html"
+       "GuideOptionsStereo.html",
+       "GuideOptionsBehavior.html",
+       "GuideOptionsToolbar.html"
        };
 
        i = gtk_notebook_get_current_page(GTK_NOTEBOOK(notebook));