Skip to content

Commit

Permalink
Fixes #243 Ctrl-N not working
Browse files Browse the repository at this point in the history
runtime image missing method removed by image stripper
  • Loading branch information
Eric Winger authored and Eric Winger committed Nov 15, 2018
1 parent 4504282 commit 049d26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/JadeiteProjectsBrowserPresenter.cls
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ jadeInspect
jadeMenuStrings

false ifTrue: [
self abortTransaction; commitTransaction; newWorkspace; openSystemBrowser; findClass; gotoClass; refreshFromServer; exit.
self abortTransaction; commitTransaction; newBrowser; addSystemBrowser; maximizeCode; findClass; gotoClass; refreshFromServer; exit.
].
^#(
'&Jadeite'
Expand Down

0 comments on commit 049d26d

Please sign in to comment.