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 /src/common/plugin.c | |
parent | ea2c58c2344f3ed9c4fa01f05119c5a3715ffdaa (diff) |
Another bunch of rebranding stuff
Diffstat (limited to 'src/common/plugin.c')
-rw-r--r-- | src/common/plugin.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/plugin.c b/src/common/plugin.c index 41293129..71e1ae61 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -451,10 +451,10 @@ plugin_auto_load (session *sess) for_files (get_xdir_fs (), "*.dll", plugin_auto_load_cb); #else #if defined(__hpux) - for_files (XCHATLIBDIR"/plugins", "*.sl", plugin_auto_load_cb); + for_files (HEXCHATLIBDIR"/plugins", "*.sl", plugin_auto_load_cb); for_files (get_xdir_fs (), "*.sl", plugin_auto_load_cb); #else - for_files (XCHATLIBDIR"/plugins", "*.so", plugin_auto_load_cb); + for_files (HEXCHATLIBDIR"/plugins", "*.so", plugin_auto_load_cb); for_files (get_xdir_fs (), "*.so", plugin_auto_load_cb); #endif #endif @@ -1007,7 +1007,7 @@ xchat_get_info (xchat_plugin *ph, const char *id) switch (hash) { case 0x325acab5: /* libdirfs */ - return XCHATLIBDIR; + return HEXCHATLIBDIR; case 0x14f51cd8: /* version */ return PACKAGE_VERSION; |