Sfoglia il codice sorgente

Missing .st file from b172463

Herbert Vojčík 12 anni fa
parent
commit
3bef58a24d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      st/Kernel-Objects.st

+ 1 - 1
st/Kernel-Objects.st

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