ProgressNotification.st
changeset 5304 4b50bec89cd5
parent 4157 67226e0d3d71
child 5318 aa51d67864a6
--- a/ProgressNotification.st	Wed Nov 02 14:41:11 2016 +0100
+++ b/ProgressNotification.st	Wed Nov 02 15:06:56 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libwidg2' }"
 
+"{ NameSpace: Smalltalk }"
+
 ActivityNotification subclass:#ProgressNotification
 	instanceVariableNames:''
 	classVariableNames:''
@@ -49,7 +51,7 @@
     self raiseRequestWith:aPercentageNumber
 ! !
 
-!ProgressNotification methodsFor:'instance creation'!
+!ProgressNotification methodsFor:'accessing'!
 
 progressValue
     ^ parameter
@@ -58,5 +60,6 @@
 !ProgressNotification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressNotification.st,v 1.5 2012-12-12 14:30:26 stefan Exp $'
+    ^ '$Header$'
 ! !
+