previous commit broke update checker, fix it

This commit is contained in:
berkeviktor@aol.com
2011-01-13 03:09:00 +01:00
parent 5128900666
commit 0c87e4b914
2 changed files with 12 additions and 3 deletions

View File

@ -70,7 +70,7 @@ print_version ()
{
char *version = check_version ();
if (strcmp (version, xchat_get_info (ph, "version")) == 0)
if (strcmp (version, xchat_get_info (ph, "wdk_version")) == 0)
{
xchat_printf (ph, "You have the latest version of XChat-WDK installed!\n");
}