Marcel Taeumel uploaded a new version of Help-Squeak-Project to project The Trunk:
http://source.squeak.org/trunk/Help-Squeak-Project-mt.33.mcz==================== Summary ====================
Name: Help-Squeak-Project-mt.33
Author: mt
Time: 17 November 2015, 5:51:01.108 pm
UUID: 8b7bdd7a-e4e6-41f6-a20f-db5da6dc713e
Ancestors: Help-Squeak-Project-cmm.32
When opening a help browser for the command key help, open the first topic automatically.
=============== Diff against Help-Squeak-Project-cmm.32 ===============
Item was changed:
----- Method: Utilities class>>openCommandKeyHelp (in category '*Help-Squeak-Project-support windows') -----
openCommandKeyHelp
"Open a window giving command key help."
"Utilities openCommandKeyHelp"
+ (HelpBrowser openOn: SqueakTutorialsCommandKey)
+ model showFirstTopic!
- HelpBrowser openOn: SqueakTutorialsCommandKey!