Fixed browser launching when that type of files are supposed to be opened in XML Copy Editor
This commit is contained in:
parent
8e524983d1
commit
5ba5c52cad
|
@ -2429,7 +2429,7 @@ void MyFrame::OnBrowser ( wxCommandEvent& WXUNUSED ( event ) )
|
||||||
wtfn.setKeepFiles ( true );
|
wtfn.setKeepFiles ( true );
|
||||||
}
|
}
|
||||||
|
|
||||||
wxLaunchDefaultBrowser ( sourceFileName );
|
wxLaunchDefaultBrowser ( sourceFileName, wxBROWSER_NEW_WINDOW );
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyFrame::OnHelp ( wxCommandEvent& event )
|
void MyFrame::OnHelp ( wxCommandEvent& event )
|
||||||
|
|
Loading…
Reference in New Issue