Not ready to go with DocumentPropertiesDialogV2 just yet

This commit is contained in:
Michael Becker 2019-09-14 22:51:10 -04:00
parent 37989e4c07
commit d5a391d965

View File

@ -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)