Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 27  →  ?path2? @ 28
/trunk/Widow/Constants.cs
@@ -26,7 +26,7 @@
 
#region Private Delegates, Events, Enums, Properties, Indexers and Fields
 
private static string UserApplicationDirectory => Path.Combine(
public static string UserApplicationDirectory => Path.Combine(
Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), @"Wizardry and Steamworks", @"Widow");
 
#endregion