summary refs log tree commit diff stats
path: root/src/common/text.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-11 13:51:50 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-11 13:51:50 +0100
commit348c6ba919d3dc28c669984890e5d1ac605e289b (patch)
tree8b740adc468dc3d07d5702bae35dc6d61c448916 /src/common/text.c
parent4c1f2b93d06f2dd776b44a83aeacc1e9aa996621 (diff)
Rebranding
Diffstat (limited to 'src/common/text.c')
-rw-r--r--src/common/text.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/text.c b/src/common/text.c
index 65b3a47d..3801d072 100644
--- a/src/common/text.c
+++ b/src/common/text.c
@@ -1609,7 +1609,7 @@ pevent_make_pntevts ()
 			if (pevt_build_string (pntevts_text[i], &(pntevts[i]), &m) != 0)
 			{
 				fprintf (stderr,
-							"XChat CRITICAL *** default event text failed to build!\n");
+							"HexChat CRITICAL *** default event text failed to build!\n");
 				abort ();
 			}
 		}
@@ -1847,7 +1847,7 @@ format_event (session *sess, int index, char **args, char *o, int sizeofo, unsig
 			if (a > numargs)
 			{
 				fprintf (stderr,
-							"XChat DEBUG: display_event: arg > numargs (%d %d %s)\n",
+							"HexChat DEBUG: display_event: arg > numargs (%d %d %s)\n",
 							a, numargs, i);
 				break;
 			}