Tools__CodeViewService.st
branchjv
changeset 13180 64a4186ddfce
parent 13178 c9bf900fe729
parent 13104 97e40a3e9c0c
child 13250 0decde6c459d
--- a/Tools__CodeViewService.st	Tue Jul 02 01:07:51 2013 +0100
+++ b/Tools__CodeViewService.st	Tue Jul 09 22:52:27 2013 +0100
@@ -108,9 +108,9 @@
 !
 
 label
-    "Answers short label - for UI"
+    "Answers a short label - for UI"
 
-    ^self class name
+    ^self nameWithoutPrefix
 
     "Created: / 07-03-2010 / 13:58:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
@@ -428,7 +428,7 @@
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.11 2013-06-24 17:08:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.12 2013-07-04 17:06:49 cg Exp $'
 !
 
 version_HG
@@ -437,6 +437,6 @@
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeViewService.st,v 1.11 2013-06-24 17:08:38 cg Exp $'
+    ^ '$Id: Tools__CodeViewService.st,v 1.12 2013-07-04 17:06:49 cg Exp $'
 ! !