Some more rebranding

This commit is contained in:
Berke Viktor
2012-07-20 15:52:33 +02:00
parent 47d6222f1c
commit 5290c7f392
3 changed files with 7 additions and 7 deletions

View File

@ -97,9 +97,9 @@ void SavePrefs(int iDlg)
// ok this one is really ugly
// it checks to see if the file exists in two locations
// HexChat default config dir, if that fails it tries xchat\plugins\config
// HexChat default config dir, if that fails it tries hexchat\plugins\config
// if neither one exists it tries to create it in
// HexChat default config dir, if that fails it tries xchat\plugins\config
// HexChat default config dir, if that fails it tries hexchat\plugins\config
// In either case it writes \xFF\xFE to the file ( on creation )
// so that we can save unicode away messages WritePrivateProfile doesn't
// do this for us, though I think it really should