Skip to content

Commit

Permalink
Removed an old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperosterbye committed Feb 10, 2020
1 parent a79d94b commit 36166e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Morphic-Widgets-Windows/SystemWindow.class.st
Expand Up @@ -455,7 +455,7 @@ SystemWindow class >> windowMenuOn: aBuilder [
ifFalse: [ #'Make unclosable' ]
ifTrue: [ #'Make closable' ].
(aBuilder item: closableLabel)
action: [ "aBuilder model perform: closableLabel asCamelCase uncapitalized "
action: [
(closableLabel = #'Make unclosable')
ifTrue: [ aBuilder model makeUnclosable ]
ifFalse:[ aBuilder model makeClosable] ].
Expand Down

0 comments on commit 36166e0

Please sign in to comment.