소스 검색

Missing .st file from b172463

Herbert Vojčík 12 년 전
부모
커밋
3bef58a24d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'!