Fixing leftover from code example.
This commit is contained in:
parent
1d62b028ed
commit
5af60513e9
@ -9,6 +9,6 @@ LePageHeaderBuilder >> addExportPageButton [
|
|||||||
aptitude: BrGlamorousButtonWithIconAptitude;
|
aptitude: BrGlamorousButtonWithIconAptitude;
|
||||||
label: 'Export Page';
|
label: 'Export Page';
|
||||||
icon: BrGlamorousVectorIcons down;
|
icon: BrGlamorousVectorIcons down;
|
||||||
action: [ :aButton | Clipboard clipboardText: self page asMarkdeepFile ].
|
action: [ :aButton | self page asMarkdeepFile ].
|
||||||
self toolbarElement addItem: newButton.
|
self toolbarElement addItem: newButton.
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user