FilenameWidgetWithHistory.st
changeset 5569 73812d992757
parent 5336 c1933e2d616e
child 5872 798ab0cedaeb
--- 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