summary refs log tree commit diff stats
path: root/plugins/hextray
diff options
context:
space:
mode:
authorxhmikosr <xhmikosr@yahoo.com>2012-07-19 18:25:49 +0300
committerxhmikosr <xhmikosr@yahoo.com>2012-07-19 18:30:12 +0300
commitf535702903a26cf25a8e2d97b41b503efedfa2ee (patch)
tree7ae4059bf1e15d2917233df2d6612a0781356db2 /plugins/hextray
parent0d87087fcea452604120faa77f6991e7573a8e3e (diff)
more branding changes
Diffstat (limited to 'plugins/hextray')
-rw-r--r--plugins/hextray/utility.cpp4
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