summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/Tlen
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/!NotAdopted/Tlen')
-rw-r--r--plugins/!NotAdopted/Tlen/tlen.c3
-rw-r--r--plugins/!NotAdopted/Tlen/tlen_czaty/mucc.cpp3
2 files changed, 2 insertions, 4 deletions
diff --git a/plugins/!NotAdopted/Tlen/tlen.c b/plugins/!NotAdopted/Tlen/tlen.c
index 2f8d860a64..8e062a54b0 100644
--- a/plugins/!NotAdopted/Tlen/tlen.c
+++ b/plugins/!NotAdopted/Tlen/tlen.c
@@ -58,7 +58,7 @@ PLUGININFOEX pluginInfoEx = {
"Tlen Protocol",
#endif
PLUGIN_MAKE_VERSION(TLEN_MAJOR_VERSION,TLEN_MINOR_VERSION,TLEN_RELEASE_NUM,TLEN_BUILD_NUM),
- "Tlen protocol plugin for Miranda IM (version: "TLEN_VERSION_STRING" ; compiled: "__DATE__" "__TIME__")",
+ "Tlen protocol plugin for Miranda IM (version: " TLEN_VERSION_STRING ")",
"Santithorn Bunchua, Adam Strzelecki, Piotr Piastucki",
"the_leech@users.berlios.de",
"(c) 2002-2012 Santithorn Bunchua, Piotr Piastucki",
@@ -633,4 +633,3 @@ int __declspec(dllexport) Unload(void)
{
return 0;
}
-
diff --git a/plugins/!NotAdopted/Tlen/tlen_czaty/mucc.cpp b/plugins/!NotAdopted/Tlen/tlen_czaty/mucc.cpp
index e5c35c070a..7006437a2f 100644
--- a/plugins/!NotAdopted/Tlen/tlen_czaty/mucc.cpp
+++ b/plugins/!NotAdopted/Tlen/tlen_czaty/mucc.cpp
@@ -47,7 +47,7 @@ PLUGININFOEX pluginInfoEx = {
"Tlen Czaty",
#endif
PLUGIN_MAKE_VERSION(MUCC_MAJOR_VERSION,MUCC_MINOR_VERSION,MUCC_RELEASE_NUM,MUCC_BUILD_NUM),
- "Group chats GUI plugin for Miranda IM (formerly known as mucc.dll) (version: "MUCC_VERSION_STRING" ; compiled: "__DATE__" "__TIME__")",
+ "Group chats GUI plugin for Miranda IM (formerly known as mucc.dll) (version: " MUCC_VERSION_STRING ")",
"Piotr Piastucki",
"the_leech@users.berlios.de",
"(c) 2004-2012 Piotr Piastucki",
@@ -185,4 +185,3 @@ extern "C" int __declspec(dllexport) Unload(void)
{
return 0;
}
-