mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 17:22:18 -05:00
Even more eyecandy
This commit is contained in:
parent
e39a4db309
commit
3bfd749037
@ -121,14 +121,14 @@ menu_about (GtkWidget * wid, gpointer sess)
|
|||||||
/* label for additional info */
|
/* label for additional info */
|
||||||
g_get_charset (&locale);
|
g_get_charset (&locale);
|
||||||
(snprintf) (buf, sizeof (buf),
|
(snprintf) (buf, sizeof (buf),
|
||||||
"<b>Version</b>: "PACKAGE_VERSION"\n"
|
"<b>Version:</b> "PACKAGE_VERSION"\n"
|
||||||
"<b>Compiled</b>: "__DATE__"\n"
|
"<b>Compiled:</b> "__DATE__"\n"
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
"<b>Portable Mode</b>: %s\n"
|
"<b>Portable Mode:</b> %s\n"
|
||||||
"<b>Build Type</b>: x%d\n"
|
"<b>Build Type:</b> x%d\n"
|
||||||
#endif
|
#endif
|
||||||
"<b>OS</b>: %s\n"
|
"<b>OS:</b> %s\n"
|
||||||
"<b>Charset</b>: %s",
|
"<b>Charset:</b> %s",
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
(portable_mode () ? "Yes" : "No"),
|
(portable_mode () ? "Yes" : "No"),
|
||||||
get_cpu_arch (),
|
get_cpu_arch (),
|
||||||
|
Loading…
Reference in New Issue
Block a user