mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 09:36:29 +03:00
More work on the Spell-Checker (SpartanJ/ecode#515).
Spell-Checked a lot of code.
This commit is contained in:
@@ -77,7 +77,7 @@ class UICustomOutputParserWindow : public UIWindow {
|
||||
|
||||
explicit UICustomOutputParserWindow( ProjectBuildOutputParserConfig& cfg ) :
|
||||
UIWindow( SIMPLE_LAYOUT, { UI_WIN_CLOSE_BUTTON | UI_WIN_USE_DEFAULT_BUTTONS_ACTIONS |
|
||||
UI_WIN_SHARE_ALPHA_WITH_CHILDS | UI_WIN_MODAL } ),
|
||||
UI_WIN_SHARE_ALPHA_WITH_CHILDREN | UI_WIN_MODAL } ),
|
||||
mTmpCfg( cfg ),
|
||||
mCfg( cfg ) {
|
||||
static const auto CUSTOM_OUTPUT_PARSER_XML = R"xml(
|
||||
|
||||
Reference in New Issue
Block a user