diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 18:04:00 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 18:04:00 +0200 |
commit | 16d32fdeda288f5b8be71aea4a2f554b694d13eb (patch) | |
tree | bae7992c111eb5e915dfffc2b1602a9b53224336 /plugins/python/python.c | |
parent | ea2c58c2344f3ed9c4fa01f05119c5a3715ffdaa (diff) |
Another bunch of rebranding stuff
Diffstat (limited to 'plugins/python/python.c')
-rw-r--r-- | plugins/python/python.c | 2 |
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 } |