diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-10-18 17:50:26 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-10-18 17:50:26 +0000 |
commit | 5ac51b720b75894d9ffd25795663e85cbce0dc20 (patch) | |
tree | 540e74937794c6f0d58a7565fbc32cd2ae110f12 /protocols/Xfire/src/options.cpp | |
parent | 8a459c5628c2550622ca8f842af544797380817e (diff) |
XFire: utf8 fixes and remove option for that (always use it)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6519 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/options.cpp')
-rw-r--r-- | protocols/Xfire/src/options.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Xfire/src/options.cpp b/protocols/Xfire/src/options.cpp index b52d8258b6..40e0758395 100644 --- a/protocols/Xfire/src/options.cpp +++ b/protocols/Xfire/src/options.cpp @@ -71,7 +71,6 @@ static mytreeitem mytree[] = { {LPGENT("Don't download avatars of clan members"),"noclanavatars",0,0},
{LPGENT("Use alternate way for Avatar download"),"specialavatarload",0,0},
{LPGENT("General"),"",1,0},
- {LPGENT("Use UTF8 for messaging and nick's (beta)"),"useutf8",0,0},
{LPGENT("Automatically reconnect on protocol version changes"),"recprotoverchg",0,0},
{LPGENT("No Ip/Port in StatusMsg"),"noipportinstatus",0,0},
{LPGENT("Use Online status for unsupported global statuses"),"oninsteadafk",0,0},
|