summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-at
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-02-27 15:04:16 +0000
committerSteve Price <steve@FreeBSD.org>2000-02-27 15:04:16 +0000
commit059a88c435c9f9cd6922bd49310ceb0980c4904b (patch)
tree178aec2237728274047a807bf339d1df8960df61 /misc/estic/files/patch-at
parentMisc. small fixes from the maintainer. (diff)
Consolidate diffs to a single file into one patch and add a boatload
of patches to fix the build on -current.
Notes
Notes: svn path=/head/; revision=26363
Diffstat (limited to 'misc/estic/files/patch-at')
-rw-r--r--misc/estic/files/patch-at50
1 files changed, 50 insertions, 0 deletions
diff --git a/misc/estic/files/patch-at b/misc/estic/files/patch-at
new file mode 100644
index 000000000000..087de120ca56
--- /dev/null
+++ b/misc/estic/files/patch-at
@@ -0,0 +1,50 @@
+--- spunk/resitem.cc.orig Sat Feb 26 18:07:02 2000
++++ spunk/resitem.cc Sat Feb 26 18:07:39 2000
+@@ -1403,16 +1403,16 @@
+ // Data edit menue
+ {
+ // Menue IDs
+- const miID = 10;
+- const miText = 20;
+- const miState = 30;
+- const miAccelKey = 40;
+- const miHelpKey = 50;
+- const miCharset = 60;
+- const miLimits = 70;
+- const miSubMenue = 80;
+- const miToggleText = 90;
+- const miToggleCount = 100;
++ const int miID = 10;
++ const int miText = 20;
++ const int miState = 30;
++ const int miAccelKey = 40;
++ const int miHelpKey = 50;
++ const int miCharset = 60;
++ const int miLimits = 70;
++ const int miSubMenue = 80;
++ const int miToggleText = 90;
++ const int miToggleCount = 100;
+
+ // Load the menue from the resource
+ Menue* M = (Menue*) LoadResource ("@RESITEM.ItemDataMenue");
+@@ -1639,13 +1639,13 @@
+
+ void ResEditApp::ChangeCharset (WindowItem* Item)
+ {
+- const miReset = 1;
+- const miAddDigits = 2;
+- const miAddHex = 3;
+- const miAddAlpha = 4;
+- const miAddAll = 5;
+- const miCustom = 6;
+- const miAllowEmpty = 7;
++ const int miReset = 1;
++ const int miAddDigits = 2;
++ const int miAddHex = 3;
++ const int miAddAlpha = 4;
++ const int miAddAll = 5;
++ const int miCustom = 6;
++ const int miAllowEmpty = 7;
+
+
+ // Only RStringItem and TextEdits are allowed to change the charset