| 386 | } |
| 387 | |
| 388 | void CParameterApp::SetMenuBar(bool checked) |
| 389 | { |
| 390 | if(m_bMenuBar == checked) |
| 391 | return; |
| 392 | m_bMenuBar = checked; |
| 393 | SetModified(true); |
| 394 | } |
| 395 | |
| 396 | const bool CParameterApp::GetMessageBoxDisplayInformation() const |
| 397 | { |
no outgoing calls
no test coverage detected