diff --git a/src/dialogs.c b/src/dialogs.c index 947b78609..da267386c 100644 --- a/src/dialogs.c +++ b/src/dialogs.c @@ -112,8 +112,8 @@ struct UIItem diaNetConfig[] = { //START of OPL_DB tweaks // {UI_BREAK}, - //END of OPL_DB tweaks + //END of OPL_DB tweaks // ---- SMB share name ---- {UI_LABEL, 0, 1, 1, -1, -40, 0, {.label = {NULL, _STR_SHARE}}}, {UI_SPACER}, @@ -277,6 +277,7 @@ struct UIItem diaConfig[] = { //START of OPL_DB tweaks // {UI_BREAK}, //END of OPL_DB tweaks + // buttons {UI_OK, 0, 1, 1, -1, 0, 0, {.label = {NULL, _STR_OK}}}, {UI_BREAK}, @@ -1085,7 +1086,7 @@ struct UIItem diaControllerConfig[] = { //START of OPL_DB tweaks // {UI_BREAK}, {UI_SPLITTER}, -//END of OPL_DB tweaks + //END of OPL_DB tweaks #ifdef PADEMU {UI_BREAK}, {UI_BUTTON, PADEMU_GLOBAL_BUTTON, 1, 1, -1, 0, 0, {.label = {NULL, _STR_PADEMUCONFIG}}},