Author: greatlrd Date: Wed Jun 21 21:43:35 2006 New Revision: 22477
URL: http://svn.reactos.ru/svn/reactos?rev=22477&view=rev Log: changing VGA Dispaly Output off to VGA Dispaly Off to make it more clear
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%20... ============================================================================== 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=2247... ============================================================================== --- trunk/tools/Qemu GUI/frmMain.cs (original) +++ trunk/tools/Qemu GUI/frmMain.cs Wed Jun 21 21:43:35 2006 @@ -529,9 +529,9 @@ this.chkVGAoutput.AutoSize = true; this.chkVGAoutput.Location = new System.Drawing.Point(16, 51); this.chkVGAoutput.Name = "chkVGAoutput"; - this.chkVGAoutput.Size = new System.Drawing.Size(136, 17); + this.chkVGAoutput.Size = new System.Drawing.Size(105, 17); this.chkVGAoutput.TabIndex = 20; - this.chkVGAoutput.Text = " VGA Display output off"; + this.chkVGAoutput.Text = " VGA Display Off"; this.chkVGAoutput.UseVisualStyleBackColor = true; // // chkFullscreen