diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-21 13:33:15 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-21 13:33:15 +0000 |
commit | f88a78aab5585dce0eba9646790192c59151b71a (patch) | |
tree | fbe87f5b5cc908d9caf4a9ef6ecd3ac9725369f1 /protocols/IcqOscarJ/src | |
parent | 207dc7f6cf7717d1aec31c20215a944ae0079568 (diff) |
fix for umlauts in plugin's info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3217 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src')
-rw-r--r-- | protocols/IcqOscarJ/src/init.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/IcqOscarJ/src/init.cpp b/protocols/IcqOscarJ/src/init.cpp index 601c4e93e6..ef2c5ea8f8 100644 --- a/protocols/IcqOscarJ/src/init.cpp +++ b/protocols/IcqOscarJ/src/init.cpp @@ -44,9 +44,9 @@ PLUGININFOEX pluginInfo = { "IcqOscarJ Protocol",
__VERSION_DWORD,
"ICQ protocol support for Miranda NG.",
- "Joe Kucera, Bio, Martin Öberg, Richard Hughes, Jon Keating, etc",
+ "Joe Kucera, Bio, Martin \xd6" "berg, Richard Hughes, Jon Keating, etc",
"jokusoftware@miranda-im.org",
- "(C) 2000-2010 M.Öberg, R.Hughes, J.Keating, Bio, Angeli-Ka, G.Hazan, J.Kucera",
+ "(C) 2000-2010 M.\xd6" "berg, R.Hughes, J.Keating, Bio, Angeli-Ka, G.Hazan, J.Kucera",
"http://miranda-ng.org/",
UNICODE_AWARE, //doesn't replace anything built-in
{0x73a9615c, 0x7d4e, 0x4555, {0xba, 0xdb, 0xee, 0x5, 0xdc, 0x92, 0x8e, 0xff}} // {73A9615C-7D4E-4555-BADB-EE05DC928EFF}
|