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/fe-text | |
parent | ea2c58c2344f3ed9c4fa01f05119c5a3715ffdaa (diff) |
Another bunch of rebranding stuff
Diffstat (limited to 'src/fe-text')
-rw-r--r-- | src/fe-text/Makefile.am | 2 | ||||
-rw-r--r-- | src/fe-text/fe-text.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index ef48203e..065b3e76 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = xchat-text +bin_PROGRAMS = hexchat-text EXTRA_DIST = README diff --git a/src/fe-text/fe-text.c b/src/fe-text/fe-text.c index f3c1ff05..514d4be0 100644 --- a/src/fe-text/fe-text.c +++ b/src/fe-text/fe-text.c @@ -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; } |