Tools__ObjectModuleInformation.st
changeset 2982 e8a9f796d598
parent 2977 2f7cc2452dd7
child 2998 91c12c87cde1
--- a/Tools__ObjectModuleInformation.st	Thu Mar 21 18:30:30 2013 +0100
+++ b/Tools__ObjectModuleInformation.st	Thu Mar 21 18:35:55 2013 +0100
@@ -1197,7 +1197,8 @@
         classes := moduleInfoOrHandle classNames collect:[:nm | Smalltalk classNamed:nm].
         UserPreferences systemBrowserClass 
             browseClasses:classes
-            label:(resources string:'Classes in %1' with:moduleInfoOrHandle libraryName)
+            label:(resources string:'Classes in %1' with:moduleInfoOrHandle libraryName).
+        "/ Q: what about extensions ?
     ] ifFalse:[
         moduleInfoOrHandle isMethodHandle ifTrue:[
             method := moduleInfoOrHandle method.