More polishing for the About dialog

This commit is contained in:
Berke Viktor
2012-10-28 00:05:40 +02:00
parent d892b3346e
commit fe1d958838
6 changed files with 11 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ fe_new_window (struct session *sess, int focus)
" \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(),
get_sys_str (1),
glib_major_version, glib_minor_version, glib_micro_version);
fe_print_text (sess, buf, 0);