Author: greatlrd Date: Wed Jun 21 18:59:26 2006 New Revision: 22463
URL: http://svn.reactos.ru/svn/reactos?rev=22463&view=rev Log: fixing a small bug
Modified: trunk/tools/Qemu GUI/frmMain.cs
Modified: trunk/tools/Qemu GUI/frmMain.cs URL: http://svn.reactos.ru/svn/reactos/trunk/tools/Qemu%20GUI/frmMain.cs?rev=2246... ============================================================================== --- trunk/tools/Qemu GUI/frmMain.cs (original) +++ trunk/tools/Qemu GUI/frmMain.cs Wed Jun 21 18:59:26 2006 @@ -577,6 +577,7 @@ // cboCDROM // this.cboCDROM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cboCDROM.Enabled = false; this.cboCDROM.FormattingEnabled = true; this.cboCDROM.Location = new System.Drawing.Point(61, 77); this.cboCDROM.Name = "cboCDROM";