Marcel Taeumel uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-mt.214.mcz==================== Summary ====================
Name: ST80-mt.214
Author: mt
Time: 2 August 2016, 2:20:44.841941 pm
UUID: 982f94ae-277a-1044-b771-10b0360fbfff
Ancestors: ST80-mt.213
HelpBrowser does not work in MVC because there is no tree view. Use StringHolder in a window instead.
=============== Diff against ST80-mt.213 ===============
Item was changed:
----- Method: ScreenController>>openCommandKeyHelp (in category 'menu messages') -----
openCommandKeyHelp
"1/18/96 sw Open a window that explains command-keys"
+ (Smalltalk classNamed: 'SqueakTutorialsCommandKey') ifNotNil: [:cls |
+ StringHolder new
+ contents: cls commandKeyMappings contents;
+ openLabel: 'Command Key Mappings' translated].!
- Utilities openCommandKeyHelp!