Even more rebranding

This commit is contained in:
Berke Viktor
2012-07-12 18:39:52 +02:00
parent fe67eba75e
commit ba664dc848
6 changed files with 23 additions and 30 deletions

View File

@ -1010,20 +1010,13 @@ xchat_get_info (xchat_plugin *ph, const char *id)
return XCHATLIBDIR;
case 0x14f51cd8: /* version */
#ifdef WIN32
return XCHAT_RELEASE;
#else
return PACKAGE_VERSION;
#endif
case 0xdd9b1abd: /* xchatdir */
return get_xdir_utf8 ();
case 0xe33f6c4a: /* xchatdirfs */
return get_xdir_fs ();
case 0x3d1e70d7: /* wdk_version */
return PACKAGE_VERSION;
}
sess = ph->context;

View File

@ -117,7 +117,7 @@ menu_about (GtkWidget * wid, gpointer sess)
"<span size=\"x-large\"><b>"DISPLAY_NAME" "PACKAGE_VERSION"</b></span>\n"
#ifdef WIN32
"%s%s%s"
"\n<b>XChat Release</b>: "XCHAT_RELEASE"\n\n"
"\n<b>XChat Revision</b>: r"XCHAT_REVISION"\n\n"
"<b>OS</b>: %s\n"
"<b>Charset</b>: %s "
"<b>GTK+</b>: %i.%i.%i\n"