Commit 9e45f64b authored by tara%tequilarista.org's avatar tara%tequilarista.org

Applying timeless' fix for 39918

parent d315e5f2
......@@ -211,8 +211,8 @@ sub pickos {
/Mozilla.*\(Win95.*\)/ && do {return "Windows 95";};
/Mozilla.*\(Win98.*\)/ && do {return "Windows 98";};
/Mozilla.*\(WinNT.*\)/ && do {return "Windows NT";};
/Mozilla.*\(Windows.*NT/ && do {return "Windows NT";};
/Mozilla.*Windows NT 5.*\)/ && do {return "Windows 2000";};
/Mozilla.*\(Windows.*NT/ && do {return "Windows NT";};
}
}
# default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment