From ba664dc84855d5db34b4adbbe2a0e4e300d84471 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Thu, 12 Jul 2012 18:39:52 +0200 Subject: Even more rebranding --- src/common/plugin.c | 7 ------- src/fe-gtk/about.c | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'src') diff --git a/src/common/plugin.c b/src/common/plugin.c index 0a265d16..41293129 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -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; diff --git a/src/fe-gtk/about.c b/src/fe-gtk/about.c index cf7e03c9..a150eb60 100644 --- a/src/fe-gtk/about.c +++ b/src/fe-gtk/about.c @@ -117,7 +117,7 @@ menu_about (GtkWidget * wid, gpointer sess) ""DISPLAY_NAME" "PACKAGE_VERSION"\n" #ifdef WIN32 "%s%s%s" - "\nXChat Release: "XCHAT_RELEASE"\n\n" + "\nXChat Revision: r"XCHAT_REVISION"\n\n" "OS: %s\n" "Charset: %s " "GTK+: %i.%i.%i\n" -- cgit 1.4.1