Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2011-07-15 15:58:39 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-07-17 17:08:52 +0400
commit4cd98176bea36cb0ef63bfca59e45f610e6c790d (patch)
treeca34a5d49e99da14204e02947985dadde520a4d5 /main/src/addins/WindowsPlatform
parente32ededdecb29ed6f18f0e094daa54a358b52cf5 (diff)
Cleaned up user profiles
Diffstat (limited to 'main/src/addins/WindowsPlatform')
-rw-r--r--main/src/addins/WindowsPlatform/RecentFiles.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/WindowsPlatform/RecentFiles.cs b/main/src/addins/WindowsPlatform/RecentFiles.cs
index f260efdcae..8365ac8632 100644
--- a/main/src/addins/WindowsPlatform/RecentFiles.cs
+++ b/main/src/addins/WindowsPlatform/RecentFiles.cs
@@ -41,7 +41,7 @@ namespace MonoDevelop.Platform
//
public class WindowsRecentFiles : FdoRecentFiles
{
- public WindowsRecentFiles () : base (MonoDevelop.Core.PropertyService.Locations.Data.Combine ("RecentlyUsed.xml"))
+ public WindowsRecentFiles () : base (UserProfile.Current.LocalConfigDir.Combine ("RecentlyUsed.xml"))
{
}