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

@@ -1,4 +1,4 @@
bin_PROGRAMS = xchat-text
bin_PROGRAMS = hexchat-text
EXTRA_DIST = README

View File

@@ -506,7 +506,7 @@ fe_args (int argc, char *argv[])
printf ("%s\\plugins\n", exe);
}
#else
printf ("%s\n", XCHATLIBDIR"/plugins");
printf ("%s\n", HEXCHATLIBDIR"/plugins");
#endif
return 0;
}