From d3dd5e951f669ba53a7415b2bf558b1e695e62b3 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Wed, 30 Apr 2003 12:57:39 +0000 Subject: [PATCH] be more descriptive --- ChangeLog.claws | 8 ++++++++ configure.ac | 4 ++-- src/mimeview.c | 2 +- src/plugins/trayicon/trayicon.c | 7 ++++++- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 694d3edab..8a943b3ca 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,11 @@ +2003-04-30 [paul] 0.8.11claws126 + + * src/plugins/trayicon/trayicon.c + add description + + * src/mimeview.c + be more descriptive + 2003-04-30 [paul] 0.8.11claws125 * configure.ac diff --git a/configure.ac b/configure.ac index 36c17e179..b23cf39ff 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=11 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws125 +EXTRA_VERSION=claws126 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target @@ -412,7 +412,7 @@ if test x"$ac_cv_enable_image_viewer_plugin" = xyes; then fi AM_CONDITIONAL(BUILD_IMAGE_VIEWER_PLUGIN, test x"$ac_cv_enable_image_viewer_plugin" = xyes) if test x"$ac_cv_enable_image_viewer_plugin" = xyes; then - PLUGINS="image $PLUGINS" + PLUGINS="image-viewer $PLUGINS" fi AC_ARG_ENABLE(dillo-viewer-plugin, diff --git a/src/mimeview.c b/src/mimeview.c index 59f97f561..8cd6c4213 100644 --- a/src/mimeview.c +++ b/src/mimeview.c @@ -267,7 +267,7 @@ static void set_unchecked_signature(MimeInfo *mimeinfo) g_free(sig_partinfo->sigstatus); sig_partinfo->sigstatus = - g_strdup(_("Right-click here to check")); + g_strdup(_("Right-click here to verify the signature")); g_free(sig_partinfo->sigstatus_full); sig_partinfo->sigstatus_full = NULL; diff --git a/src/plugins/trayicon/trayicon.c b/src/plugins/trayicon/trayicon.c index 05d402e91..74d706f71 100644 --- a/src/plugins/trayicon/trayicon.c +++ b/src/plugins/trayicon/trayicon.c @@ -181,7 +181,12 @@ const gchar *plugin_name() const gchar *plugin_desc() { - return ""; + return "This plugin places a mailbox icon in the system tray that " + "indicates if you have new or unread mail.\n" + "\n" + "The mailbox is empty if you have no unread mail, otherwise " + "it contains a letter. A tooltip shows new, unread and total " + "number of messages."; } const gchar *plugin_type() -- 2.25.1