summary refs log tree commit diff stats
path: root/plugins/hextray
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-20 15:52:33 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-20 15:52:33 +0200
commit5290c7f392651acbf558709f487eb0bf651dd410 (patch)
treedbd0042d8da8b69f4eb1ba27d98a6223145ae795 /plugins/hextray
parent47d6222f1c66332a652fc4d49fc39b4b04905beb (diff)
Some more rebranding
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 ccf78f4e..8f6caa27 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

-	// 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