diff --git a/src/win.c b/src/win.c index 920e4b1f7..0de086a83 100644 --- a/src/win.c +++ b/src/win.c @@ -321,8 +321,8 @@ static void initmenu(void) int c; HMENU m; char s[32]; - m=GetSubMenu(menu,2); /*Settings*/ - m=GetSubMenu(m,5); /*CD-ROM*/ + m=GetSubMenu(menu,1); /*Disc*/ + m=GetSubMenu(m,9); /*CD-ROM*/ /* Loop through each Windows drive letter and test to see if it's a CDROM */