more branding changes

This commit is contained in:
xhmikosr
2012-07-19 18:25:49 +03:00
parent 0d87087fce
commit f535702903
8 changed files with 12 additions and 12 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
// X-Chat default config dir, if that fails it trys xchat\plugins\config
// HexChat default config dir, if that fails it tries xchat\plugins\config
// if neither one exists it tries to create it in
// X-Chat default config dir, if that fails it trys xchat\plugins\config
// HexChat default config dir, if that fails it tries xchat\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