From b23af9f09821a6ceceb989eea9f86f0393f6bcc9 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 13 Nov 2016 22:32:31 +0100 Subject: [PATCH] The filling with host CD drives is now done on the right menu. --- src/win.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */