open a .vti file that was double-clicked or dropped onto app icon
| 82 | #ifdef __WXMAC__ |
| 83 | // open a .vti file that was double-clicked or dropped onto app icon |
| 84 | void MyApp::MacOpenFile(const wxString& fullPath) |
| 85 | { |
| 86 | currframe->Raise(); |
| 87 | currframe->OpenFile(fullPath); |
| 88 | } |
| 89 | #endif |
| 90 | |
| 91 | bool MyApp::OnInit() |