stx_libtool2.st
changeset 3208 1ce6db31fcdf
parent 3190 a52106100195
child 3220 761b69274dc3
--- a/stx_libtool2.st	Thu Mar 26 11:19:59 2015 +0100
+++ b/stx_libtool2.st	Thu Mar 26 11:20:01 2015 +0100
@@ -168,9 +168,10 @@
 
 extensionMethodNames
     "lists the extension methods which are to be included in the project.
-     Entries are 2-element array literals, consisting of class-name and selector."
+     Entries are pairwise elements, consisting of class-name and selector."
 
     ^ #(
+        Image edit
     )
 ! !