changeset 2628:3685b630d2e4

Fix documentation errors
author Colin Clark <colin.clark@cclark.uk>
date Thu, 12 Oct 2017 10:39:25 +0100
parents 6863ac66a10b
children 65ddca027935
files doc/docbook/GuideMainWindowMenus.xml doc/docbook/GuideOptionsStereo.xml doc/docbook/GuideOptionsToolbar.xml doc/docbook/GuideReferenceConfig.xml src/preferences.c
diffstat 5 files changed, 13 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/doc/docbook/GuideMainWindowMenus.xml	Wed Oct 11 19:24:57 2017 +0100
+++ b/doc/docbook/GuideMainWindowMenus.xml	Thu Oct 12 10:39:25 2017 +0100
@@ -196,8 +196,8 @@
         </term>
         <listitem>
           <para>
-            Creates a symbolic link. This is implemented via an
-            <link linkend="GuideImageManagementExternalEditing">external editor</link>
+            Creates a symbolic link. This is implemented via a
+            <link linkend="GuideImageManagementPlugins">plugin</link>
             .
           </para>
         </listitem>
@@ -686,7 +686,7 @@
           <warning>
             <para>
               The file rotate.desktop, using external commands exiftran, exiv2 and mogrify, is used to implement this command. Refer to
-              <link linkend="GuideImageManagementExternalEditing">Editors section</link>
+              <link linkend="GuideImageManagementPlugins">Plugins section</link>
               for details.
             </para>
           </warning>
@@ -837,14 +837,14 @@
       <varlistentry>
         <term>
           <menuchoice>
-            <guimenu>Configure Editors…</guimenu>
+            <guimenu>Configure Plugins…</guimenu>
           </menuchoice>
         </term>
         <listitem>
           <para>
             Opens the
-            <link linkend="GuideImageManagementExternalEditing">Editors Dialog</link>
-            for changing of global preferences.
+            <link linkend="GuideImageManagementPlugins">Plugins Dialog</link>
+            for changing of desktop files.
           </para>
         </listitem>
       </varlistentry>
--- a/doc/docbook/GuideOptionsStereo.xml	Wed Oct 11 19:24:57 2017 +0100
+++ b/doc/docbook/GuideOptionsStereo.xml	Thu Oct 12 10:39:25 2017 +0100
@@ -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>
--- a/doc/docbook/GuideOptionsToolbar.xml	Wed Oct 11 19:24:57 2017 +0100
+++ b/doc/docbook/GuideOptionsToolbar.xml	Thu Oct 12 10:39:25 2017 +0100
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<section id="GuideOptionsSteroa">
+<section id="GuideOptionsToolbar">
   <title>Toolbar</title>
   <para>
     This dialogue enables you to change the items displayed on the Toolbar.
@@ -8,7 +8,7 @@
     <para />
     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.
   </para>
-  <para>Most of the Geeqie menu items are available, plus any desktop (External Editor) files.</para>
+  <para>Most of the Geeqie menu items are available, plus any desktop (Plugins) files.</para>
   <note>
     <para>
       If you select a desktop file, ensure that it includes an icon - the desktop file format is described in the
--- a/doc/docbook/GuideReferenceConfig.xml	Wed Oct 11 19:24:57 2017 +0100
+++ b/doc/docbook/GuideReferenceConfig.xml	Thu Oct 12 10:39:25 2017 +0100
@@ -22,7 +22,7 @@
   </para>
   <para>
     Geeqie-created desktop files used by
-    <link linkend="GuideImageManagementExternalEditing">External Editors</link>
+    <link linkend="GuideImageManagementPlugins">Plugins</link>
     are in the folder:
     <programlisting xml:space="preserve">.../applications</programlisting>
   </para>
--- a/src/preferences.c	Wed Oct 11 19:24:57 2017 +0100
+++ b/src/preferences.c	Thu Oct 12 10:39:25 2017 +0100
@@ -458,8 +458,9 @@
 	"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));