From e23c6835b11f360f322d3f4b0ccc2f9e7139b65b Mon Sep 17 00:00:00 2001 From: James Harkins Date: Tue, 10 Jan 2012 20:29:20 +0800 Subject: [PATCH] Revert "Class browser's help button in 3.5 should open the scdoc browser, not old help" No functional change, just "cleanliness" --- SCClassLibrary/Common/GUI/PlusGUI/Core/ClassBrowser.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCClassLibrary/Common/GUI/PlusGUI/Core/ClassBrowser.sc b/SCClassLibrary/Common/GUI/PlusGUI/Core/ClassBrowser.sc index ec0240fb9..61b39affa 100644 --- a/SCClassLibrary/Common/GUI/PlusGUI/Core/ClassBrowser.sc +++ b/SCClassLibrary/Common/GUI/PlusGUI/Core/ClassBrowser.sc @@ -93,7 +93,7 @@ ClassBrowser { ~helpButton.action = { if(currentState.currentClass.notNil) { - HelpBrowser.openHelpFor(currentState.currentClass.name.asString); + currentState.currentClass.openHelpFile; } }; -- 2.11.4.GIT