diff options
author | bviktor <berkeviktor@aol.com> | 2012-07-20 06:43:35 -0700 |
---|---|---|
committer | bviktor <berkeviktor@aol.com> | 2012-07-20 06:43:35 -0700 |
commit | 7fdcf9620e7c01bd3709fef75bf4ca4bbdea1356 (patch) | |
tree | 1807d99706d95d92fcb201fabe73db6314af482a /plugins/hextray/utility.cpp | |
parent | 27c6150ab350b7f0e4c7b7a1427baea026d7e12b (diff) | |
parent | d4ce3fb24039a18860dc7ffd9fd487911f408b64 (diff) |
Merge pull request #9 from XhmikosR/master
more branding changes
Diffstat (limited to 'plugins/hextray/utility.cpp')
-rw-r--r-- | plugins/hextray/utility.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/hextray/utility.cpp b/plugins/hextray/utility.cpp index 66489bc0..ccf78f4e 100644 --- a/plugins/hextray/utility.cpp +++ b/plugins/hextray/utility.cpp @@ -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 |