ICommand
782783784785786787788789790791792
if (_prefs.isFirstRun()) { try { new ViewHelpCommand(this).execute(); } catch (BaseException ex) { // i18n[Application.error.showhelpwindow=Error showing help window] s_log.error(s_stringMgr.getString("Application.error.showhelpwindow"), ex);