Separate language dialog, and minor language fixes

This commit is contained in:
Laci bá
2021-11-12 22:41:01 +01:00
parent dafc429e93
commit b4f5ff7ad1
8 changed files with 221 additions and 32 deletions

View File

@@ -810,6 +810,10 @@ MainWindowProcedure(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
doresize = 1;
config_save();
break;
case IDM_VID_PROG_SETT:
ProgSettDlgCreate(hwnd);
break;
case IDM_VID_SPECIFY_DIM:
SpecifyDimensionsDialogCreate(hwnd);