summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/SMS/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-08-02 21:21:45 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-08-02 21:21:45 +0000
commitd2946eb5bb3692806bb67e6e8a8d981f0e599850 (patch)
tree55dc7a15199c69824aa1a4550a326369c9a372f5 /plugins/!NotAdopted/SMS/main.cpp
parent53551a6153e66fff4b35eb92366b0d1be906d624 (diff)
removal of the rest of __DATE__ and __TIME__
git-svn-id: http://svn.miranda-ng.org/main/trunk@1332 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/SMS/main.cpp')
-rw-r--r--plugins/!NotAdopted/SMS/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/!NotAdopted/SMS/main.cpp b/plugins/!NotAdopted/SMS/main.cpp
index 64ff1a92f1..c056cbbc30 100644
--- a/plugins/!NotAdopted/SMS/main.cpp
+++ b/plugins/!NotAdopted/SMS/main.cpp
@@ -151,7 +151,7 @@ PLUGININFOEX pluginInfoEx={
sizeof(PLUGININFOEX),
PROTOCOL_DISPLAY_NAME_ORIG" (Unicode)",
PLUGIN_VERSION_DWORD,
- "Send SMS text messages to mobile phones through the IM networks ("__DATE__" "__TIME__")",
+ "Send SMS text messages to mobile phones through the IM networks",
"Richard Hughes, Improved by Ariel Shulman, rewritten by Rozhuk Ivan",
"Rozhuk_I@mail.ru",
"© 2001-2 Richard Hughes, 2003 Ariel Shulman, 2007-2009 Rozhuk Ivan (Rozhuk_I@mail.ru)",
@@ -194,7 +194,7 @@ return(TRUE);
__declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
{
- if (mirandaVersion<MIN_MIR_VER_VERSION_DWORD)
+ if (mirandaVersion<MIN_MIR_VER_VERSION_DWORD)
{
MessageBox(NULL,TEXT("Pleace, update your Miranda IM, SMS will not load with this version."),NULL,(MB_OK|MB_ICONERROR));
return(NULL);