mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
about dialog cosmetics
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user