diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 10:23:08 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 10:23:08 +0200 |
commit | 12b5466b75036e3f3db0fda221c2af90994522f6 (patch) | |
tree | 7bf800d91bc1740fe16c6cacf0f5c72614dbd9ec | |
parent | b2ba474f06268afaff76b409ba5790b7db9bbbed (diff) |
about dialog cosmetics
-rw-r--r-- | build/xchat-wdk.iss | 8 | ||||
-rw-r--r-- | config.h | 2 | ||||
-rw-r--r-- | src/fe-gtk/check-version.c | 4 | ||||
-rw-r--r-- | version.txt | 2 | ||||
-rw-r--r-- | xchat-wdk.patch | 14 |
5 files changed, 15 insertions, 15 deletions
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss index 9d9d2b67..4c439de3 100644 --- a/build/xchat-wdk.iss +++ b/build/xchat-wdk.iss @@ -1,9 +1,9 @@ [Setup] AppName=XChat-WDK -AppVerName=XChat-WDK r1464-4 -AppVersion=14.64.4 -VersionInfoVersion=14.64.4 -OutputBaseFilename=XChat-WDK r1464-4 +AppVerName=XChat-WDK r1464-5 +AppVersion=14.64.5 +VersionInfoVersion=14.64.5 +OutputBaseFilename=XChat-WDK r1464-5 AppPublisher=XChat-WDK AppPublisherURL=http://code.google.com/p/xchat-wdk/ AppCopyright=Copyright (C) 1998-2010 Peter Zelezny diff --git a/config.h b/config.h index 212dad8f..449f41fb 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ #define USE_GTKSPELL #endif*/ #define PACKAGE_NAME "xchat" -#define PACKAGE_VERSION "r1464-4" +#define PACKAGE_VERSION "r1464-5" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." #define OLD_PERL diff --git a/src/fe-gtk/check-version.c b/src/fe-gtk/check-version.c index 504b2316..675ef3fb 100644 --- a/src/fe-gtk/check-version.c +++ b/src/fe-gtk/check-version.c @@ -8,7 +8,7 @@ char* check_version () if (!hINet) { - return "error"; + return "unavailable"; } hFile = InternetOpenUrl (hINet, "http://xchat-wdk.googlecode.com/hg/version.txt", NULL, 0, 0, 0); @@ -32,5 +32,5 @@ char* check_version () InternetCloseHandle (hINet); - return "error"; + return "unavailable"; } diff --git a/version.txt b/version.txt index c72ea3af..2841ea2c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1464-4 \ No newline at end of file +1464-5 \ No newline at end of file diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 0c250bd4..6da5a687 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -655,7 +655,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/xchat.h xchat-wdk/src/co #define X_OK 1 diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/about.c xchat-wdk/src/fe-gtk/about.c --- xchat-wdk.orig/src/fe-gtk/about.c 2010-05-16 09:43:49 +0200 -+++ xchat-wdk/src/fe-gtk/about.c 2010-08-30 10:02:36 +0200 ++++ xchat-wdk/src/fe-gtk/about.c 2010-08-30 10:21:07 +0200 @@ -39,6 +39,8 @@ #include "../common/xchat.h" @@ -665,25 +665,25 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/about.c xchat-wdk/src/fe #include "palette.h" #include "pixmaps.h" #include "gtkutil.h" -@@ -114,35 +116,41 @@ +@@ -114,35 +116,40 @@ g_get_charset (&locale); (snprintf) (buf, sizeof (buf), "<span size=\"x-large\"><b>"DISPLAY_NAME" "PACKAGE_VERSION"</b></span>\n\n" - "%s\n\n" #ifdef WIN32 -+ "<b>Latest Version</b>: r%s\n\n" - /* leave this message to avoid time wasting bug reports! */ +- /* leave this message to avoid time wasting bug reports! */ - "This version is unofficial and comes with no support.\n\n" -#endif -+ "This version is unofficial and\ncomes with no support.\n\n" ++ "<b>Latest Version</b>: r%s\n" ++ "<b>XChat Base</b>: 2.8.8\n\n" "%s\n" "<b>Charset</b>: %s " -#ifdef WIN32 "<b>GTK+</b>: %i.%i.%i\n" + "<b>Compiled</b>: "__DATE__"\n" + "<b>Portable Mode</b>: %s\n\n" -+ "<b>XChat Base</b>: 2.8.8\n\n" -+ "<small>\302\251 1998-2010 Peter \305\275elezn\303\275 <zed@xchat.org></small>", ++ "<small>This version is unofficial and comes with no support.\n" ++ "\302\251 1998-2010 Peter \305\275elezn\303\275 <zed@xchat.org></small>", + check_version(), + get_cpu_str(), + locale, |