| 79 | } |
| 80 | |
| 81 | void CViacamController::InitDefaults() |
| 82 | { |
| 83 | m_runWizardAtStartup= true; |
| 84 | m_languageId= wxLANGUAGE_DEFAULT; |
| 85 | m_enabledAtStartup= false; |
| 86 | m_minimisedAtStartup = false; |
| 87 | #if defined(__WXMSW__) |
| 88 | m_onScreenKeyboardCommand= _T("osk.exe"); |
| 89 | #endif |
| 90 | } |
| 91 | |
| 92 | |
| 93 | CViacamController::~CViacamController(void) |
nothing calls this directly
no outgoing calls
no test coverage detected