Rename Program Settings to Preferences

This commit is contained in:
David Hrdlička
2021-11-20 23:24:11 +01:00
parent 70ffdef11d
commit a1df1c23ed
20 changed files with 53 additions and 53 deletions

View File

@@ -804,8 +804,8 @@ MainWindowProcedure(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
config_save();
break;
case IDM_VID_PROG_SETT:
ProgSettDlgCreate(hwnd);
case IDM_PREFERENCES:
PreferencesDlgCreate(hwnd);
break;
case IDM_VID_SPECIFY_DIM: