From: Paul Mangan Date: Sun, 30 Nov 2008 04:21:55 +0000 (+0000) Subject: 2008-11-30 [paul] 3.6.1cvs55 X-Git-Tag: rel_3_7_0~32 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=261629c2decc0aaa55a97d708b420ce6e6a149cb 2008-11-30 [paul] 3.6.1cvs55 * manual/advanced.xml * manual/plugins.xml * src/prefs_toolbar.c remove the verb from the page title and update references in the manual --- diff --git a/ChangeLog b/ChangeLog index a46e91076..ce3726623 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-11-30 [paul] 3.6.1cvs55 + + * manual/advanced.xml + * manual/plugins.xml + * src/prefs_toolbar.c + remove the verb from the page title and + update references in the manual + 2008-11-30 [paul] 3.6.1cvs54 * src/prefs_other.c diff --git a/PATCHSETS b/PATCHSETS index faf48d356..16da5c071 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3636,3 +3636,4 @@ ( cvs diff -u -r 1.83.2.148 -r 1.83.2.149 src/mimeview.c; ) > 3.6.1cvs52.patchset ( cvs diff -u -r 1.8.2.52 -r 1.8.2.53 README; cvs diff -u -r 1.1.2.51 -r 1.1.2.52 manual/advanced.xml; ) > 3.6.1cvs53.patchset ( cvs diff -u -r 1.1.2.34 -r 1.1.2.35 src/prefs_other.c; cvs diff -u -r 1.12.2.48 -r 1.12.2.49 src/gtk/prefswindow.c; ) > 3.6.1cvs54.patchset +( cvs diff -u -r 1.1.2.52 -r 1.1.2.53 manual/advanced.xml; cvs diff -u -r 1.1.2.22 -r 1.1.2.23 manual/plugins.xml; cvs diff -u -r 1.30.2.53 -r 1.30.2.54 src/prefs_toolbar.c; ) > 3.6.1cvs55.patchset diff --git a/configure.ac b/configure.ac index 246ac6a4a..c0d42affd 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=6 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=54 +EXTRA_VERSION=55 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/manual/advanced.xml b/manual/advanced.xml index 86a647b00..1a7024b24 100644 --- a/manual/advanced.xml +++ b/manual/advanced.xml @@ -25,7 +25,7 @@ Additionally, it is possible to add toolbar entries for your actions. To do so, open the Configuration/Preferences - menu and select Customize Toolbars/Main Window. + menu and select Toolbars/Main Window. Select User Action in the Item type dropdown menu, then select the Action in the Event executed on click dropdown menu, and click the Icon button to select the diff --git a/manual/plugins.xml b/manual/plugins.xml index 6c670bd32..6df2f863b 100644 --- a/manual/plugins.xml +++ b/manual/plugins.xml @@ -36,7 +36,7 @@ You can train Bogofilter by marking messages as spam or ham from the Message List contextual menu, or using the relevant toolbar button in the main window or the message window (see - Configuration/Preferences/Customize toolbars). Messages + Configuration/Preferences/Toolbars). Messages marked as spam are optionally saved to a designated folder. Plugin preferences can be found in @@ -89,7 +89,7 @@ You can train SpamAssassin by marking messages as spam or ham from the Message List contextual menu, or using the relevant toolbar button in the main window or the message window (see - Configuration/Preferences/Customize toolbars). Messages + Configuration/Preferences/Toolbars). Messages marked as spam are optionally saved to a designated folder. Plugin preferences can be found in diff --git a/src/prefs_toolbar.c b/src/prefs_toolbar.c index 4ac0beb30..06fc7509c 100644 --- a/src/prefs_toolbar.c +++ b/src/prefs_toolbar.c @@ -995,7 +995,7 @@ void prefs_toolbar_init(void) ToolbarPage *page; static gchar *mainpath[3], *messagepath[3], *composepath[3]; - mainpath[0] = _("Customize Toolbars"); + mainpath[0] = _("Toolbars"); mainpath[1] = _("Main Window"); mainpath[2] = NULL; @@ -1009,7 +1009,7 @@ void prefs_toolbar_init(void) prefs_gtk_register_page((PrefsPage *) page); prefs_toolbar_mainwindow = page; - messagepath[0] = _("Customize Toolbars"); + messagepath[0] = _("Toolbars"); messagepath[1] = _("Message Window"); messagepath[2] = NULL; @@ -1023,7 +1023,7 @@ void prefs_toolbar_init(void) prefs_gtk_register_page((PrefsPage *) page); prefs_toolbar_messageview = page; - composepath[0] = _("Customize Toolbars"); + composepath[0] = _("Toolbars"); composepath[1] = _("Compose Window"); composepath[2] = NULL;