Przeglądaj źródła

Missing .st file from b172463

Herbert Vojčík 12 lat temu
rodzic
commit
3bef58a24d
1 zmienionych plików z 1 dodań i 1 usunięć
  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'!