~ubuntu-branches/ubuntu/wily/openmcdf/wily

« back to all changes in this revision

Viewing changes to debian/patches/hexbox150.patch

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2013-04-08 11:02:15 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130408110215-aleqo4zhjc3qgxnb
Tags: 1.5.4-1
* New upstream: 1.5.4
  - Use Hexbox for hexadecimal viewing

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: HexBox 1.5.0 changed the API
 
2
Author: Mathieu Malaterre <malat@debian.org>
 
3
Forwarded: https://sourceforge.net/p/openmcdf/bugs/13/
 
4
 
 
5
Index: openmcdf/src/TESTOpenMCDF/MainForm.Designer.cs
 
6
===================================================================
 
7
--- openmcdf.orig/src/TESTOpenMCDF/MainForm.Designer.cs 2013-04-08 08:48:37.222338677 +0000
 
8
+++ openmcdf/src/TESTOpenMCDF/MainForm.Designer.cs      2013-04-08 08:48:37.182338674 +0000
 
9
@@ -264,7 +264,7 @@
 
10
             this.hexEditor.BackColor = System.Drawing.Color.WhiteSmoke;
 
11
             this.hexEditor.Dock = System.Windows.Forms.DockStyle.Fill;
 
12
             this.hexEditor.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 
13
-            this.hexEditor.LineInfoForeColor = System.Drawing.Color.Empty;
 
14
+            this.hexEditor.InfoForeColor = System.Drawing.Color.Empty;
 
15
             this.hexEditor.LineInfoVisible = true;
 
16
             this.hexEditor.Location = new System.Drawing.Point(0, 0);
 
17
             this.hexEditor.Name = "hexEditor";