From a48fc4efec87917ce2b4f165c0e9d6d8b9610022 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 3 Feb 2012 15:32:23 +0000 Subject: [PATCH] minor update --- plugins/generic/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/generic/misc.py b/plugins/generic/misc.py index 214fa48d9..16addb609 100644 --- a/plugins/generic/misc.py +++ b/plugins/generic/misc.py @@ -43,7 +43,7 @@ class Miscellaneous: if Backend.getOsVersion() == "2000": conf.tmpPath = "C:/WINNT/Temp" - elif Backend.getOsVersion() == "2003": + elif Backend.getOsVersion() in ("2003", "XP"): conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/TEMP" else: conf.tmpPath = "C:/Users/All Users/Application Data/TEMP"