diff options
Diffstat (limited to 'plugins/hextray/hexchat.cpp')
-rw-r--r-- | plugins/hextray/hexchat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hextray/hexchat.cpp b/plugins/hextray/hexchat.cpp index 6376b2d9..38d0e52f 100644 --- a/plugins/hextray/hexchat.cpp +++ b/plugins/hextray/hexchat.cpp @@ -28,7 +28,7 @@ #include "hexchat.h" #include "utility.h" -// from util.c of xchat source code ( slightly modified to fit X-Tray Syntax ) +// from util.c of HexChat source code ( slightly modified to fit HexTray Syntax ) char *hexchat_strip_color (char *text) { int nc = 0; |