[ros-diffs] [greatlrd] 22458: Next small bugfix
greatlrd at svn.reactos.org
greatlrd at svn.reactos.org
Wed Jun 21 14:55:11 CEST 2006
Author: greatlrd
Date: Wed Jun 21 16:55:11 2006
New Revision: 22458
URL: http://svn.reactos.ru/svn/reactos?rev=22458&view=rev
Log:
Next small bugfix
Modified:
trunk/tools/Qemu GUI/bin/Release/Qemu GUI.exe
trunk/tools/Qemu GUI/frmMain.cs
Modified: trunk/tools/Qemu GUI/bin/Release/Qemu GUI.exe
URL: http://svn.reactos.ru/svn/reactos/trunk/tools/Qemu%20GUI/bin/Release/Qemu%20GUI.exe?rev=22458&r1=22457&r2=22458&view=diff
==============================================================================
Binary files - no diff available.
Modified: trunk/tools/Qemu GUI/frmMain.cs
URL: http://svn.reactos.ru/svn/reactos/trunk/tools/Qemu%20GUI/frmMain.cs?rev=22458&r1=22457&r2=22458&view=diff
==============================================================================
--- trunk/tools/Qemu GUI/frmMain.cs (original)
+++ trunk/tools/Qemu GUI/frmMain.cs Wed Jun 21 16:55:11 2006
@@ -585,6 +585,7 @@
//
// txtCDROM
//
+ this.txtCDROM.Enabled = false;
this.txtCDROM.Location = new System.Drawing.Point(61, 134);
this.txtCDROM.Name = "txtCDROM";
this.txtCDROM.Size = new System.Drawing.Size(338, 20);
@@ -1609,12 +1610,14 @@
{
cboCDROM.Enabled = !optCDImage.Checked;
btnBrowseCDROM.Enabled = optCDImage.Checked;
+ txtCDROM.Enabled = false;
}
private void optCDImage_CheckedChanged(object sender, System.EventArgs e)
{
cboCDROM.Enabled = !optCDImage.Checked;
btnBrowseCDROM.Enabled = optCDImage.Checked;
+ txtCDROM.Enabled = true;
}
#endregion
More information about the Ros-diffs
mailing list