refs #912, application description as functions

(can be reused in identifier)
This commit is contained in:
Klaus Basan
2017-03-18 22:49:39 +01:00
committed by Mathew Sutcliffe
parent 09b9ca5d50
commit 142bc82e03
6 changed files with 40 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ using namespace BlackMisc;
using namespace BlackCore;
CSwiftGuiStdApplication::CSwiftGuiStdApplication() :
CGuiApplication("swift pilot client GUI", CApplicationInfo::PilotClientGui, CIcons::swift1024())
CGuiApplication(CApplicationInfo::swiftPilotClientGui(), CApplicationInfo::PilotClientGui, CIcons::swift1024())
{
this->addParserOption(this->m_cmdFacadeMode);
this->addWindowModeOption();