Browse Source

Missing .st file from b172463

Herbert Vojčík 11 years ago
parent
commit
3bef58a24d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      st/Kernel-Objects.st

+ 1 - 1
st/Kernel-Objects.st

@@ -699,7 +699,7 @@ packages
 !
 !
 
 
 systemAnnouncer
 systemAnnouncer
-	^ SystemAnnouncer current
+	^ (Smalltalk current at: #SystemAnnouncer) current
 ! !
 ! !
 
 
 !Environment methodsFor: 'actions'!
 !Environment methodsFor: 'actions'!