#inspectorValueStringInListFor: for UUID and Timestamp
authorStefan Vogel <sv@exept.de>
Mon, 03 Jun 2013 14:09:54 +0200
changeset 12815 ece34457cb32
parent 12814 c42799841c75
child 12816 5f4528d9703d
#inspectorValueStringInListFor: for UUID and Timestamp
stx_libtool.st
--- a/stx_libtool.st	Mon Jun 03 14:09:19 2013 +0200
+++ b/stx_libtool.st	Mon Jun 03 14:09:54 2013 +0200
@@ -482,6 +482,8 @@
         UserPreferences sourceCodeManagementMenuLayout:
         UserPreferences useInPlaceSearchInBrowserLists
         UserPreferences useInPlaceSearchInBrowserLists:
+        Timestamp inspectorValueStringInListFor:
+        UUID inspectorValueStringInListFor:
     )
 ! !
 
@@ -540,10 +542,10 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.93 2013-05-27 08:32:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.94 2013-06-03 12:09:54 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.93 2013-05-27 08:32:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.94 2013-06-03 12:09:54 stefan Exp $'
 ! !