diff options
Diffstat (limited to 'misc/estic/files/patch-menue.cc')
-rw-r--r-- | misc/estic/files/patch-menue.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/estic/files/patch-menue.cc b/misc/estic/files/patch-menue.cc new file mode 100644 index 000000000000..a3243e2cb5b7 --- /dev/null +++ b/misc/estic/files/patch-menue.cc @@ -0,0 +1,13 @@ +--- spunk/menue.cc.orig Sat Feb 26 17:58:13 2000 ++++ spunk/menue.cc Sat Feb 26 17:58:32 2000 +@@ -495,8 +495,8 @@ + + i16 GenericMenue::GetChoice () + { +- const AltNextKeyCode = MaxUserID + 1; +- const AltPrevKeyCode = MaxUserID + 2; ++ const int AltNextKeyCode = MaxUserID + 1; ++ const int AltPrevKeyCode = MaxUserID + 2; + + + // Remember old window state |