* Theme.cs: Revert last patch, it causes error under win32.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / Theme.cs
index 65cd66c2b7520776fda6601f53b16944c971310d..e9322fad8e2ebeae2254a6738f731cfabf8d2165 100644 (file)
@@ -585,7 +585,7 @@ namespace System.Windows.Forms
 
                                case UIIcon.PlacesDesktop: {
                                        // Default = "Desktop"
-                                       return Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory);
+                                       return Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
                                }
 
                                case UIIcon.PlacesPersonal: {