From: Colin Clark Date: Thu, 12 Oct 2017 09:39:25 +0000 (+0100) Subject: Fix documentation errors X-Git-Tag: v1.4~62 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=4290e6e1a1c39a11050ac4def87c1e0df7bd6527 Fix documentation errors --- diff --git a/doc/docbook/GuideMainWindowMenus.xml b/doc/docbook/GuideMainWindowMenus.xml index 7bca27ff..066c5d76 100644 --- a/doc/docbook/GuideMainWindowMenus.xml +++ b/doc/docbook/GuideMainWindowMenus.xml @@ -196,8 +196,8 @@ - Creates a symbolic link. This is implemented via an - external editor + Creates a symbolic link. This is implemented via a + plugin . @@ -686,7 +686,7 @@ The file rotate.desktop, using external commands exiftran, exiv2 and mogrify, is used to implement this command. Refer to - Editors section + Plugins section for details. @@ -837,14 +837,14 @@ - Configure Editors… + Configure Plugins… Opens the - Editors Dialog - for changing of global preferences. + Plugins Dialog + for changing of desktop files. diff --git a/doc/docbook/GuideOptionsStereo.xml b/doc/docbook/GuideOptionsStereo.xml index 2033eccc..735e1523 100644 --- a/doc/docbook/GuideOptionsStereo.xml +++ b/doc/docbook/GuideOptionsStereo.xml @@ -1,5 +1,5 @@ -
+
Stereo image management TBD
diff --git a/doc/docbook/GuideOptionsToolbar.xml b/doc/docbook/GuideOptionsToolbar.xml index cd74dfa5..95fe2ccd 100644 --- a/doc/docbook/GuideOptionsToolbar.xml +++ b/doc/docbook/GuideOptionsToolbar.xml @@ -1,5 +1,5 @@ -
+
Toolbar This dialogue enables you to change the items displayed on the Toolbar. @@ -8,7 +8,7 @@ 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. - Most of the Geeqie menu items are available, plus any desktop (External Editor) files. + Most of the Geeqie menu items are available, plus any desktop (Plugins) files. If you select a desktop file, ensure that it includes an icon - the desktop file format is described in the diff --git a/doc/docbook/GuideReferenceConfig.xml b/doc/docbook/GuideReferenceConfig.xml index d78fc164..749c1dea 100644 --- a/doc/docbook/GuideReferenceConfig.xml +++ b/doc/docbook/GuideReferenceConfig.xml @@ -22,7 +22,7 @@ Geeqie-created desktop files used by - External Editors + Plugins are in the folder: .../applications diff --git a/src/preferences.c b/src/preferences.c index 5fd1541d..387ff8a3 100644 --- a/src/preferences.c +++ b/src/preferences.c @@ -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));