Another bunch of rebranding stuff

This commit is contained in:
Berke Viktor
2012-07-13 18:04:00 +02:00
parent ea2c58c234
commit 16d32fdeda
22 changed files with 76 additions and 73 deletions

View File

@ -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
}