diff options
Diffstat (limited to 'protocols/Omegle/main.cpp')
-rw-r--r-- | protocols/Omegle/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Omegle/main.cpp b/protocols/Omegle/main.cpp index 7ae6faf53c..e34282c2cb 100644 --- a/protocols/Omegle/main.cpp +++ b/protocols/Omegle/main.cpp @@ -40,8 +40,7 @@ PLUGININFOEX pluginInfo = { "robyer@seznam.cz",
"(c) 2011-12 Robert Posel",
"http://code.google.com/p/robyer/",
- UNICODE_AWARE, //not transient
- 0, //doesn't replace anything built-in
+ UNICODE_AWARE,
// {9E1D9244-606C-4ef4-99A0-1D7D23CB7601}
{ 0x9e1d9244, 0x606c, 0x4ef4, { 0x99, 0xa0, 0x1d, 0x7d, 0x23, 0xcb, 0x76, 0x1 } }
};
|