summary refs log tree commit diff stats
path: root/src/fe-text/fe-text.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-13 13:05:01 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-13 13:05:01 +0200
commitcf78762b6929cad02b7f71fb6f96e3e7f260035f (patch)
tree103716b23caf16bd5d9088f5a3c873757fe2b5c5 /src/fe-text/fe-text.c
parentb67b223c26ad4cc1784070b8d69e85623814e2d2 (diff)
Some HexChat-Text rebranding work left
Diffstat (limited to 'src/fe-text/fe-text.c')
-rw-r--r--src/fe-text/fe-text.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-text/fe-text.c b/src/fe-text/fe-text.c
index ec5a6bd3..766ba203 100644
--- a/src/fe-text/fe-text.c
+++ b/src/fe-text/fe-text.c
@@ -93,7 +93,7 @@ fe_new_window (struct session *sess, int focus)
 
 	snprintf (buf, sizeof (buf),
 				"\n"
-				" \017XChat-Text \00310"PACKAGE_VERSION"\n"
+				" \017HexChat-Text \00310"PACKAGE_VERSION"\n"
 				" \017Running on \00310%s \017glib \00310%d.%d.%d\n"
 				" \017This binary compiled \00310"__DATE__"\017\n",
 				get_cpu_str(),
@@ -826,7 +826,7 @@ fe_ctrl_gui (session *sess, fe_gui_action action, int arg)
 	/* only one action type handled for now, but could add more */
 	switch (action)
 	{
-	/* gui focus is really the only case xchat-text needs to wory about */
+	/* gui focus is really the only case hexchat-text needs to wory about */
 	case FE_GUI_FOCUS:
 		current_sess = sess;
 		current_tab = sess;