| 66 | } |
| 67 | |
| 68 | lString16 cr3view::GetLastRecentFileName() |
| 69 | { |
| 70 | if ( getDocView() && getDocView()->getHistory()->getRecords().length()>0 ) |
| 71 | return getDocView()->getHistory()->getRecords()[0]->getFilePathName(); |
| 72 | return lString16(); |
| 73 | } |
| 74 | |
| 75 | cr3view::cr3view(CRPropRef props, lString16 exeDirPath ) |
| 76 | : _normalCursor(wxCURSOR_ARROW) |
no test coverage detected