Fixes for project manager

This commit is contained in:
2014-08-16 14:35:54 +03:00
parent bedc107bb1
commit fb2929e02a
9 changed files with 38 additions and 40 deletions

View File

@ -163,12 +163,12 @@ namespace RainmeterStudio.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string CreateProjectDialog_SavedLocation {
public string Project_SavedLocation {
get {
return ((string)(this["CreateProjectDialog_SavedLocation"]));
return ((string)(this["Project_SavedLocation"]));
}
set {
this["CreateProjectDialog_SavedLocation"] = value;
this["Project_SavedLocation"] = value;
}
}

View File

@ -35,7 +35,7 @@
<Setting Name="CreateProjectDialog_RecentLocations" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="CreateProjectDialog_SavedLocation" Type="System.String" Scope="User">
<Setting Name="Project_SavedLocation" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="CreateProjectDialog_CreateDirectoryCheckbox" Type="System.Boolean" Scope="User">