about dialog cosmetics

This commit is contained in:
berkeviktor@aol.com
2010-08-30 10:23:08 +02:00
parent b2ba474f06
commit 12b5466b75
5 changed files with 15 additions and 15 deletions

View File

@@ -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";
}