blob: a082aeb1b4f419492f7a2c370a91054204442054 (
plain)
1
2
3
4
5
6
7
8
|
#include "common.h"
HANDLE CToxProto::hProfileFolderPath = NULL;
void CToxProto::InitFolders()
{
hProfileFolderPath = FoldersRegisterCustomPathT("Tox", Translate("Profiles folder"), MIRANDA_USERDATAT);
}
|