diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-10 10:05:19 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-10 10:05:19 +0000 |
commit | 916b8258d0b19454eb901598efe2c940856241a9 (patch) | |
tree | ebd12d1d9cf70d1968505e7e43dfbbc53caec2c5 /plugins/Clist_blind | |
parent | 82f8985ba867765a08479a8211f9e5340c5878fa (diff) |
- Clist_blind: miranda_ver fix and cosmetic
git-svn-id: http://svn.miranda-ng.org/main/trunk@3034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_blind')
-rw-r--r-- | plugins/Clist_blind/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/Clist_blind/src/commonheaders.h | 2 | ||||
-rw-r--r-- | plugins/Clist_blind/src/init.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Clist_blind/res/resource.rc b/plugins/Clist_blind/res/resource.rc index 329c027e2f..e11a281a06 100644 --- a/plugins/Clist_blind/res/resource.rc +++ b/plugins/Clist_blind/res/resource.rc @@ -247,7 +247,7 @@ BEGIN BS_AUTOCHECKBOX | WS_TABSTOP,22,63,142,10
CONTROL "Right click opens status menu",IDC_RIGHTSTATUS,"Button",
BS_AUTORADIOBUTTON,22,160,142,10
- CONTROL "Right click opens Miranda IM menu",IDC_RIGHTMIRANDA,
+ CONTROL "Right click opens Miranda NG menu",IDC_RIGHTMIRANDA,
"Button",BS_AUTORADIOBUTTON,22,147,142,10
CONTROL "Make sections equal width",IDC_EQUALSECTIONS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,22,78,142,10
diff --git a/plugins/Clist_blind/src/commonheaders.h b/plugins/Clist_blind/src/commonheaders.h index c0d0e363c2..9aef2da53b 100644 --- a/plugins/Clist_blind/src/commonheaders.h +++ b/plugins/Clist_blind/src/commonheaders.h @@ -21,7 +21,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define MIRANDA_VER 0x0800
+#define MIRANDA_VER 0x0A00
#define _WIN32_WINNT 0x0600
#define _WIN32_IE 0x0501
diff --git a/plugins/Clist_blind/src/init.cpp b/plugins/Clist_blind/src/init.cpp index af83a4ed34..82e3f95ebc 100644 --- a/plugins/Clist_blind/src/init.cpp +++ b/plugins/Clist_blind/src/init.cpp @@ -83,7 +83,7 @@ PLUGININFOEX pluginInfo = { "A contact list for blind folks.",
"Ricardo Pescuma Domenecci, based on previous work from Miranda IM project",
"",
- "Copyright 2000-2009 Miranda IM project, Ricardo Pescuma Domenecci",
+ "Copyright 2000-2009 Miranda IM project, Ricardo Pescuma Domenecci, 2013 Mitanda NG project, George Hazan",
"http://pescuma.org/miranda/bclist",
UNICODE_AWARE,
// {53E095A3-2695-490a-9DAD-D20479093831}
|