fixed dialog box in profviewer showing nonsense file name

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401915
This commit is contained in:
David Anderson 2008-03-02 07:15:28 +00:00
parent 0817bd0b8b
commit 0d9f3fb417

View File

@ -183,7 +183,6 @@ namespace profviewer
// //
// dialog_open // dialog_open
// //
this.dialog_open.FileName = "openFileDialog1";
this.dialog_open.Filter = "Profiler files|*.xml|All files|*.*"; this.dialog_open.Filter = "Profiler files|*.xml|All files|*.*";
// //
// panel1 // panel1