diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-01-08 11:43:23 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-01-08 11:43:23 +0000 |
commit | ac22f38b00333bc5e040bec7a7a3fe17440d39a9 (patch) | |
tree | 9c1743f9bda7ff595ce816807ee5366bbee8247a /protocols/Tox/src/tox_events.cpp | |
parent | 73e5ac314f168e2159e86c4f7f4f82089d7b2363 (diff) |
Tox:
- fixed minor issues
- updated tox core
git-svn-id: http://svn.miranda-ng.org/main/trunk@16059 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_events.cpp')
-rw-r--r-- | protocols/Tox/src/tox_events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_events.cpp b/protocols/Tox/src/tox_events.cpp index 80ddf9b809..fe1cb7abe5 100644 --- a/protocols/Tox/src/tox_events.cpp +++ b/protocols/Tox/src/tox_events.cpp @@ -5,7 +5,7 @@ int CToxProto::OnModulesLoaded(WPARAM, LPARAM) CToxProto::InitIcons();
CToxProto::InitMenus();
- hProfileFolderPath = FoldersRegisterCustomPathT("Tox", Translate("Profiles folder"), MIRANDA_USERDATAT);
+ hProfileFolderPath = FoldersRegisterCustomPathT("Tox", "ProfilesFolder", MIRANDA_USERDATAT, TranslateT("Profiles folder"));
if (ServiceExists(MS_ASSOCMGR_ADDNEWURLTYPE))
{
|