Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/FloatingRamDumperDialog.Designer.cs 2012/05/28 08:32:18 168 +++ trunk/RomCheater/Docking/FloatingRamDumperDialog.Designer.cs 2012/06/03 16:09:05 249 @@ -72,7 +72,7 @@ this.txtStart.Size = new System.Drawing.Size(263, 24); this.txtStart.TabIndex = 2; this.txtStart.TextLength = 8; - this.txtStart.Value = ((ulong)(0ul)); + this.txtStart.Value = ((long)(0)); // // lblEnd // @@ -97,7 +97,7 @@ this.txtEnd.Size = new System.Drawing.Size(266, 24); this.txtEnd.TabIndex = 3; this.txtEnd.TextLength = 8; - this.txtEnd.Value = ((ulong)(0ul)); + this.txtEnd.Value = ((long)(0)); // // grpBoxDumpSize //
ViewVC Help | |
Powered by ViewVC 1.1.22 |