stx_libwidg2.st
changeset 3272 2ff54b81e134
parent 3260 0819f30e7f58
child 3273 8afdbf216baa
--- a/stx_libwidg2.st	Thu Nov 08 12:51:11 2007 +0100
+++ b/stx_libwidg2.st	Thu Nov 08 16:46:49 2007 +0100
@@ -214,16 +214,10 @@
     "Return copyright string which will appear in <lib>.rc"
 
     ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
-!
-
-productName
-    "Return a product name which will appear in <lib>.rc"
-
-    ^ 'Smalltalk/X'
 ! !
 
 !stx_libwidg2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.25 2007-10-19 14:24:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.26 2007-11-08 15:46:49 cg Exp $'
 ! !