From 9bd41427baeec6ec60fc89f5a8139e14c3fd2683 Mon Sep 17 00:00:00 2001
From: Vadim Dashevskiy <watcherhd@gmail.com>
Date: Thu, 24 May 2012 18:00:46 +0000
Subject: small name fix

git-svn-id: http://svn.miranda-ng.org/main/trunk@165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 plugins/NewXstatusNotify/main.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugins/NewXstatusNotify/main.cpp b/plugins/NewXstatusNotify/main.cpp
index 419018be95..8559d52cbf 100644
--- a/plugins/NewXstatusNotify/main.cpp
+++ b/plugins/NewXstatusNotify/main.cpp
@@ -53,12 +53,12 @@ PLUGININFOEX pluginInfoEx = {
 	sizeof(PLUGININFOEX),
 #ifdef _UNICODE
 	#ifdef _WIN64
-		"NewXstatusNotify YM (Unicode x64) Mataes Release",
+		"NewXstatusNotify YM (Unicode x64)",
 	#else
-		"NewXstatusNotify YM (Unicode) Mataes Release",
+		"NewXstatusNotify YM (Unicode)",
 	#endif
 #else
-	"NewXstatusNotify YM Mataes Release",
+	"NewXstatusNotify YM",
 #endif
 	__VERSION_DWORD,
 	"Notifies you when a contact changes his/her (X)status or status message.",
-- 
cgit v1.2.3