care for newChangesBrowser setting
authorClaus Gittinger <cg@exept.de>
Sat, 17 Oct 1998 15:27:53 +0200
changeset 1939 5947fefec5af
parent 1938 ce74385df068
child 1940 9d26d15e24e4
care for newChangesBrowser setting
FBrowser.st
FileBrowser.st
--- a/FBrowser.st	Sat Oct 17 15:25:54 1998 +0200
+++ b/FBrowser.st	Sat Oct 17 15:27:53 1998 +0200
@@ -2295,7 +2295,9 @@
 openChangesBrowser
     "open a change browser on the selected file(s)"
 
-    self openTool:ChangesBrowser
+    self openTool:(UserPreferences current changesBrowserClass)
+
+    "Modified: / 17.10.1998 / 14:39:15 / cg"
 !
 
 openDiffView
@@ -5831,5 +5833,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/FBrowser.st,v 1.266 1998-10-15 12:50:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/FBrowser.st,v 1.267 1998-10-17 13:27:53 cg Exp $'
 ! !
--- a/FileBrowser.st	Sat Oct 17 15:25:54 1998 +0200
+++ b/FileBrowser.st	Sat Oct 17 15:27:53 1998 +0200
@@ -2295,7 +2295,9 @@
 openChangesBrowser
     "open a change browser on the selected file(s)"
 
-    self openTool:ChangesBrowser
+    self openTool:(UserPreferences current changesBrowserClass)
+
+    "Modified: / 17.10.1998 / 14:39:15 / cg"
 !
 
 openDiffView
@@ -5831,5 +5833,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.266 1998-10-15 12:50:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.267 1998-10-17 13:27:53 cg Exp $'
 ! !