Seperated configuration into global and per-machine config files.

This commit is contained in:
SarahW 2017-05-06 15:15:12 +01:00
commit 3356e7fdf0
10 changed files with 211 additions and 191 deletions

View file

@ -969,7 +969,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
hdconf_open(hwnd);
break;
case IDM_CONFIG:
config_open(hwnd, 1);
config_open(hwnd);
break;
case IDM_STATUS:
status_open(hwnd);