diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-02 20:51:59 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-02 20:51:59 +0000 |
commit | 53551a6153e66fff4b35eb92366b0d1be906d624 (patch) | |
tree | 5c579334678582dfdb4dd1d05406ba7650f60983 /protocols/Omegle | |
parent | ada3e8fc7b932bee4e01b99fb7944e85ec67d0b2 (diff) |
Build time removed from plugin info.
git-svn-id: http://svn.miranda-ng.org/main/trunk@1331 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle')
-rw-r--r-- | protocols/Omegle/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/main.cpp b/protocols/Omegle/main.cpp index 9b4755b094..32771e22be 100644 --- a/protocols/Omegle/main.cpp +++ b/protocols/Omegle/main.cpp @@ -35,7 +35,7 @@ PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX),
"Omegle Protocol",
__VERSION_DWORD,
- "Provides basic support for Omegle Chat protocol. [Built: "__DATE__" "__TIME__"]",
+ "Provides basic support for Omegle Chat protocol.",
"Robert Posel",
"robyer@seznam.cz",
"(c) 2011-12 Robert Posel",
|