be more descriptive
authorPaul Mangan <paul@claws-mail.org>
Wed, 30 Apr 2003 12:57:39 +0000 (12:57 +0000)
committerPaul Mangan <paul@claws-mail.org>
Wed, 30 Apr 2003 12:57:39 +0000 (12:57 +0000)
ChangeLog.claws
configure.ac
src/mimeview.c
src/plugins/trayicon/trayicon.c

index 694d3edabc655ec5907c742984093da26c4ea001..8a943b3ca97a41d0ea03bc5754081a79959fe598 100644 (file)
@@ -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
index 36c17e179c8301a9458187c1feffef8be436afdd..b23cf39ff7202326dde860c8ff04a92906f5a7eb 100644 (file)
@@ -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,
index 59f97f56168bd6efacfb55e88237e9d6d5d35d38..8cd6c421322263883f985b3d229f780b8c758b4e 100644 (file)
@@ -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;
index 05d402e91dce035708050f9ab69a5815ca0b49d2..74d706f71c5cf4127e6168ce048c293a51d6b680 100644 (file)
@@ -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()