use String.Format and don't use GetFileName
This commit is contained in:
parent
a1a575c29c
commit
57c1db3d5b
@ -266,7 +266,7 @@ namespace UniversalEditor.UserInterface
|
||||
}
|
||||
else
|
||||
{
|
||||
di.Title = System.IO.Path.GetFileName(page.Document.Title) + " (*)";
|
||||
di.Title = String.Format("{0} (*)", page.Document.Title);
|
||||
}
|
||||
page.Document.IsChanged = true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user