diff options
author | xhmikosr <xhmikosr@yahoo.com> | 2012-07-19 18:25:49 +0300 |
---|---|---|
committer | xhmikosr <xhmikosr@yahoo.com> | 2012-07-19 18:30:12 +0300 |
commit | f535702903a26cf25a8e2d97b41b503efedfa2ee (patch) | |
tree | 7ae4059bf1e15d2917233df2d6612a0781356db2 /plugins/hextray/utility.cpp | |
parent | 0d87087fcea452604120faa77f6991e7573a8e3e (diff) |
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 |