#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 03 Aug 2017 14:39:29 +0200
changeset 5569 73812d992757
parent 5565 cd44cc2a12f5
child 5570 9acfa6a71140
#DOCUMENTATION by cg class: FilenameWidgetWithHistory comment/format in: #dialogTitle:
FilenameWidgetWithHistory.st
--- a/FilenameWidgetWithHistory.st	Tue Jul 25 15:32:01 2017 +0200
+++ b/FilenameWidgetWithHistory.st	Thu Aug 03 14:39:29 2017 +0200
@@ -91,9 +91,11 @@
 !
 
 dialogTitle:something
-    "set the dialogs title"
+    "set the dialog's title"
 
     dialogTitle := something.
+
+    "Modified (comment): / 03-08-2017 / 14:39:00 / cg"
 !
 
 directoriesOnly:aBoolean