summaryrefslogtreecommitdiff
path: root/protocols/Omegle
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-06-13 22:16:46 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-06-13 22:16:46 +0000
commita04043571f2d04ff9d117f921115f97f7bf42870 (patch)
tree38592b1a7324b6d3d50fe75976db1f73e20f2364 /protocols/Omegle
parent950917d869583a8e09135c5d7b5b81d98ed1a213 (diff)
Unicode description is no longer needed in PluginInfo
git-svn-id: http://svn.miranda-ng.org/main/trunk@401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle')
-rw-r--r--protocols/Omegle/main.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/protocols/Omegle/main.cpp b/protocols/Omegle/main.cpp
index ec78eb5efe..aa34e0eeaf 100644
--- a/protocols/Omegle/main.cpp
+++ b/protocols/Omegle/main.cpp
@@ -36,11 +36,7 @@ DWORD g_mirandaVersion;
PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
- #ifdef _WIN64
- "Omegle Protocol x64",
- #else
- "Omegle Protocol",
- #endif
+ "Omegle Protocol",
__VERSION_DWORD,
"Provides basic support for Omegle Chat protocol. [Built: "__DATE__" "__TIME__"]",
"Robert Posel",