We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e55c62 commit c1780e9Copy full SHA for c1780e9
src/CodeOfSpec20Book/MailClientPresenterWithCommands.class.st
@@ -94,7 +94,7 @@ MailClientPresenterWithCommands >> accountMenu [
94
yourself
95
]
96
97
-{ #category : 'nil' }
+{ #category : 'initialization' }
98
MailClientPresenterWithCommands >> initializeMenuBar [
99
100
menuBar := self newMenuBar.
@@ -103,7 +103,7 @@ MailClientPresenterWithCommands >> initializeMenuBar [
103
104
{ #category : 'initialization' }
105
MailClientPresenterWithCommands >> initializeToolBar [
106
-
+
107
toolBar := self newToolbar.
108
self updateToolBarButtons
109
0 commit comments