Not ready to go with DocumentPropertiesDialogV2 just yet
This commit is contained in:
parent
37989e4c07
commit
d5a391d965
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user