aboutsummaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-icbaseed.cc
diff options
context:
space:
mode:
Diffstat (limited to 'misc/estic/files/patch-icbaseed.cc')
-rw-r--r--misc/estic/files/patch-icbaseed.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/estic/files/patch-icbaseed.cc b/misc/estic/files/patch-icbaseed.cc
index 5abfd37ee8a3..9bc45601e019 100644
--- a/misc/estic/files/patch-icbaseed.cc
+++ b/misc/estic/files/patch-icbaseed.cc
@@ -1,6 +1,6 @@
---- estic/icbaseed.cc.orig Sat Feb 26 18:29:22 2000
-+++ estic/icbaseed.cc Sat Feb 26 18:30:01 2000
-@@ -387,26 +387,26 @@
+--- estic/icbaseed.cc.orig Sat Nov 30 01:00:44 1996
++++ estic/icbaseed.cc Tue Sep 6 09:54:21 2005
+@@ -451,26 +451,26 @@
// otherwise, Changed is left untouched.
{
// ID's of menue items for EditBaseConfig
@@ -18,6 +18,7 @@
- const miEAZGroups = 120;
- const miExternalMusicPort = 130;
- const miCountryCode = 140;
+- const miSignaling = 150;
+ const int miIstecType = 10;
+ const int miProtocol = 20;
+ const int miExtLevel = 30;
@@ -32,16 +33,15 @@
+ const int miEAZGroups = 120;
+ const int miExternalMusicPort = 130;
+ const int miCountryCode = 140;
++ const int miSignaling = 150;
// Values for the miMusic toggle item
- const musOff = 0;
- const musInternal = 1;
- const musExternal = 2;
-- const musOn = musInternal;
+ const int musOff = 0;
+ const int musInternal = 1;
+ const int musExternal = 2;
-+ const int musOn = musInternal;