Worked on CreateProjectDialog

This commit is contained in:
2014-08-16 11:05:26 +03:00
parent 5dc71eca92
commit c933b96347
9 changed files with 185 additions and 52 deletions

View File

@ -107,8 +107,7 @@ namespace RainmeterStudio.UI.Controller
// Create dialog
var dialog = new CreateProjectDialog(this);
dialog.Owner = OwnerWindow;
dialog.SelectedLocation = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "Rainmeter Studio Projects");
if (name != null)
dialog.Name = name;