uwt:68f783 Remove unnecessary and confusing Title property in favor of inherited Text property
This commit is contained in:
parent
d1ce7db80f
commit
ae8c9e25bb
@ -568,7 +568,7 @@ namespace UniversalEditor.UserInterface
|
||||
FileDialog dlg = new FileDialog();
|
||||
dlg.FileNameFilters.Add("Project files", "*.ueproj");
|
||||
dlg.FileNameFilters.Add("Solution files", "*.uesln");
|
||||
dlg.Title = "Open Project or Solution";
|
||||
dlg.Text = "Open Project or Solution";
|
||||
if (dlg.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user