Skip to content

Commit 4fca7c4

Browse files
authored
Merge pull request #1278 from jecisc/morphic/informativenotification
Add a defaultAction to InformativeNotification
2 parents 654c70a + 2d636fa commit 4fca7c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Extension { #name : 'InformativeNotification' }
2+
3+
{ #category : '*NewTools-Utils' }
4+
InformativeNotification >> defaultAction [
5+
"We want to inform the user if there is a missing source file."
6+
7+
StPharoApplication current inform: self messageText
8+
]

0 commit comments

Comments
 (0)