Fixed browser launching when that type of files are supposed to be opened in XML Copy Editor

This commit is contained in:
Zane U. Ji 2013-12-21 08:00:31 +08:00
parent 8e524983d1
commit 5ba5c52cad
1 changed files with 1 additions and 1 deletions

View File

@ -2429,7 +2429,7 @@ void MyFrame::OnBrowser ( wxCommandEvent& WXUNUSED ( event ) )
wtfn.setKeepFiles ( true );
}
wxLaunchDefaultBrowser ( sourceFileName );
wxLaunchDefaultBrowser ( sourceFileName, wxBROWSER_NEW_WINDOW );
}
void MyFrame::OnHelp ( wxCommandEvent& event )