Make the About screen and CTCP VERSION consistent and remove the license text option

This commit is contained in:
Berke Viktor
2012-07-13 19:20:55 +02:00
parent 2e73e51505
commit cc28cc0177
6 changed files with 11 additions and 32 deletions

View File

@@ -141,7 +141,7 @@ ctcp_handle (session *sess, char *to, char *nick, char *ip,
snprintf (outbuf, sizeof (outbuf), "VERSION HexChat "PACKAGE_VERSION" [x%d] / %s",
get_cpu_arch (), get_cpu_str ());
#else
snprintf (outbuf, sizeof (outbuf), "VERSION HexChat "PACKAGE_VERSION" %s",
snprintf (outbuf, sizeof (outbuf), "VERSION HexChat "PACKAGE_VERSION" / %s",
get_cpu_str ());
#endif
serv->p_nctcp (serv, nick, outbuf);