summary refs log tree commit diff stats
path: root/plugins/python/python.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-13 18:04:00 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-13 18:04:00 +0200
commit16d32fdeda288f5b8be71aea4a2f554b694d13eb (patch)
treebae7992c111eb5e915dfffc2b1602a9b53224336 /plugins/python/python.c
parentea2c58c2344f3ed9c4fa01f05119c5a3715ffdaa (diff)
Another bunch of rebranding stuff
Diffstat (limited to 'plugins/python/python.c')
-rw-r--r--plugins/python/python.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/python.c b/plugins/python/python.c
index 74d07224..e887ef8f 100644
--- a/plugins/python/python.c
+++ b/plugins/python/python.c
@@ -391,7 +391,7 @@ Util_Autoload()
 	Util_Autoload_from(xchat_get_info(ph, "xchatdirfs"));
 
 #ifdef WIN32	/* also auto-load C:\Program Files\XChat\Plugins\*.py */
-	Util_Autoload_from(XCHATLIBDIR"/plugins");
+	Util_Autoload_from(HEXCHATLIBDIR"/plugins");
 #endif
 }