diff options
Diffstat (limited to 'plugins/fishlim/test.c')
-rw-r--r-- | plugins/fishlim/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fishlim/test.c b/plugins/fishlim/test.c index 9e6a1f5f..09d19ca3 100644 --- a/plugins/fishlim/test.c +++ b/plugins/fishlim/test.c @@ -27,7 +27,7 @@ #include <string.h> #include "fish.h" -// We can't use the XChat plugin API from here... +// We can't use the HexChat plugin API from here... gchar *get_config_filename() { const gchar *homedir = g_get_home_dir(); return g_build_filename(homedir, ".xchat2", "blow.ini", NULL); |