New context stuff - complete for win32, incomplete for linux / mac

This commit is contained in:
Caspian Rychlik-Prince 2004-02-24 14:31:39 +00:00
parent c50ded0d22
commit 9592f68c8e
9 changed files with 71 additions and 110 deletions

View file

@ -204,7 +204,7 @@ public final class Sys {
*/
public static void alert(String title, String message) {
String osName = System.getProperty("os.name");
if (osName.startsWith("Windoxws")) {
if (osName.startsWith("Windows")) {
nAlert(title, message);
} else {
try {