/pidgin/main: 7f8e2632b7a7: Remove reference to Windows 2000

Richard Laager rlaager at pidgin.im
Mon Jul 18 00:33:08 EDT 2016


Changeset: 7f8e2632b7a72c4f08d9aeb9681c83daee0409b7
Author:	 Richard Laager <rlaager at pidgin.im>
Date:	 2016-06-07 00:05 -0500
Branch:	 release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/7f8e2632b7a7

Description:

Remove reference to Windows 2000

I'm assuming we do not support anything less than Windows 2000.

Reported-by: Allan Nordh?y <epost at anotheragency.no>

diffstat:

 pidgin/plugins/win32/transparency/win2ktrans.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff --git a/pidgin/plugins/win32/transparency/win2ktrans.c b/pidgin/plugins/win32/transparency/win2ktrans.c
--- a/pidgin/plugins/win32/transparency/win2ktrans.c
+++ b/pidgin/plugins/win32/transparency/win2ktrans.c
@@ -682,8 +682,7 @@ static PurplePluginInfo info =
 					/**  summary        */
 	N_("Variable Transparency for the buddy list and conversations."),
 					/**  description    */
-	N_("This plugin enables variable alpha transparency on conversation windows and the buddy list.\n\n"
-	"* Note: This plugin requires Win2000 or greater."),
+	N_("This plugin enables variable alpha transparency on conversation windows and the buddy list."),
 	"Herman Bloggs <hermanator12002 at yahoo.com>",	/**< author         */
 	PURPLE_WEBSITE,			/**< homepage       */
 	plugin_load,			/**< load           */



More information about the Commits mailing list