[ros-diffs] [greatlrd] 22463: fixing a small bug
greatlrd at svn.reactos.org
greatlrd at svn.reactos.org
Wed Jun 21 16:59:27 CEST 2006
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=22463&r1=22462&r2=22463&view=diff
==============================================================================
--- 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";
More information about the Ros-diffs
mailing list