From d5a391d965ac779ec9bd269e8e295890d50a2be4 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Sat, 14 Sep 2019 22:51:10 -0400 Subject: [PATCH] Not ready to go with DocumentPropertiesDialogV2 just yet --- CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs b/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs index 88877c43..b462fb9f 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs @@ -592,7 +592,7 @@ namespace UniversalEditor.UserInterface Editor currentEditor = GetCurrentEditor(); if (currentEditor != null) { - using (DocumentPropertiesDialogV2 dlg = new DocumentPropertiesDialogV2 ()) + using (DocumentPropertiesDialog dlg = new DocumentPropertiesDialog ()) { dlg.Mode = DocumentPropertiesDialogMode.Save; if (dlg.ShowDialog () == DialogResult.OK)