add name for the other 2 messages too

This commit is contained in:
berkeviktor@aol.com 2010-09-06 13:21:17 +02:00
parent 9de0eb04d4
commit 931ec277f4
1 changed files with 2 additions and 2 deletions

View File

@ -74,11 +74,11 @@ print_version ()
if (strcmp (version, xchat_get_info (ph, "version")) == 0)
{
xchat_printf (ph, "You have the latest version installed!");
xchat_printf (ph, "You have the latest version of XChat-WDK installed!");
}
else if (strcmp (version, "Unknown") == 0)
{
xchat_printf (ph, "Unable to check for updates!");
xchat_printf (ph, "Unable to check for XChat-WDK updates!");
}
else
{