commit 198bd5f85cb8542a3d8f797628b197f54d68cf0f
parent 307af3166f398cf048fe6e7c8778e044d61a5ca0
Author: Paul Mangan <paul@claws-mail.org>
Date: Fri, 18 Mar 2011 07:00:31 +0000
2011-03-18 [paul] 3.7.8cvs66
* src/textview.c
make user-facing message more accurate -
'Network Log' not 'View Log'
Diffstat:
4 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,9 @@
+2011-03-18 [paul] 3.7.8cvs66
+
+ * src/textview.c
+ make user-facing message more accurate -
+ 'Network Log' not 'View Log'
+
2011-03-17 [wwp] 3.7.8cvs65
* po/fr.po
diff --git a/PATCHSETS b/PATCHSETS
@@ -4139,3 +4139,4 @@
( cvs diff -u -r 1.155.2.97 -r 1.155.2.98 src/Makefile.am; cvs diff -u -r 1.5.2.29 -r 1.5.2.30 src/exporthtml.c; cvs diff -u -r 1.83.2.167 -r 1.83.2.168 src/mimeview.c; cvs diff -u -r 1.20.2.31 -r 1.20.2.32 src/mimeview.h; cvs diff -u -r 1.36.2.191 -r 1.36.2.192 src/common/utils.c; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/common/w32_unistd.c; cvs diff -u -r 1.1.2.6 -r 1.1.2.7 src/common/w32lib.h; ) > 3.7.8cvs63.patchset
( cvs diff -u -r 1.100.2.77 -r 1.100.2.78 AUTHORS; cvs diff -u -r 1.1.2.71 -r 1.1.2.72 src/gtk/authors.h; cvs diff -u -r 1.115.2.234 -r 1.115.2.235 src/main.c; ) > 3.7.8cvs64.patchset
( cvs diff -u -r 1.42.2.52 -r 1.42.2.53 po/fr.po; ) > 3.7.8cvs65.patchset
+( cvs diff -u -r 1.96.2.230 -r 1.96.2.231 src/textview.c; ) > 3.7.8cvs66.patchset
diff --git a/configure.ac b/configure.ac
@@ -12,7 +12,7 @@ MINOR_VERSION=7
MICRO_VERSION=8
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=65
+EXTRA_VERSION=66
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
diff --git a/src/textview.c b/src/textview.c
@@ -855,7 +855,7 @@ void textview_show_error(TextView *textview)
" This is probably due to a network error.\n"
"\n"
" Use "));
- TEXTVIEW_INSERT_LINK(_("'View Log'"), "sc://view_log", NULL);
+ TEXTVIEW_INSERT_LINK(_("'Network Log'"), "sc://view_log", NULL);
TEXTVIEW_INSERT(_(" in the Tools menu for more information."));
textview_show_icon(textview, GTK_STOCK_DIALOG_ERROR);
}