PCem

changeset 58:3d61df288124

Video card menu now enabled/disabled correctly when configuration window opened.
author TomW
date Sat Dec 21 08:01:31 2013 +0000
parents 5f5edd5a6792
children 76baf8ee183e
files src/win.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/src/win.c	Fri Dec 20 22:49:39 2013 +0000
     1.2 +++ b/src/win.c	Sat Dec 21 08:01:31 2013 +0000
     1.3 @@ -656,6 +656,8 @@
     1.4  
     1.5                          c++;
     1.6                  }
     1.7 +                if (models[model].fixed_gfxcard)
     1.8 +                        EnableWindow(h, FALSE);
     1.9  
    1.10                  h=GetDlgItem(hdlg,IDC_COMBOCPUM);
    1.11                  c = 0;