# HG changeset patch # User Claus Gittinger # Date 1075135116 -3600 # Node ID 6ca2820713d6fd10f7d88980c31fd5566cdd8bd4 # Parent 4211f29ea931aacb9db09de5dc85710c3bc824d5 checkin from browser diff -r 4211f29ea931 -r 6ca2820713d6 DebugView.st --- a/DebugView.st Mon Jan 26 16:13:04 2004 +0100 +++ b/DebugView.st Mon Jan 26 17:38:36 2004 +0100 @@ -2197,12 +2197,6 @@ ^ hpanel ! -initializeMiddleButtonMenu - - - contextView middleButtonMenu:(self middleButtonMenu). -! - initializeNextButtonIn:bpanel nextButton := Button label:(resources at:'Next') @@ -5814,7 +5808,7 @@ !DebugView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.357 2004-01-26 15:13:04 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.358 2004-01-26 16:38:36 cg Exp $' ! ! DebugView initialize!