#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Fri, 21 Sep 2018 11:30:28 +0200
changeset 18406 b29e42efb930
parent 18405 6e3fbb73bce9
child 18407 3cb8dbae0b9f
#UI_ENHANCEMENT by cg class: AbstractLauncherApplication::LauncherDialogs class changed: #toolSettings
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Fri Sep 21 11:29:16 2018 +0200
+++ b/AbstractLauncherApplication.st	Fri Sep 21 11:30:28 2018 +0200
@@ -5588,7 +5588,7 @@
     box addCheckBox:(resources string:'Show Clock in Launcher') on:showClockInLauncher.
     box addHorizontalLine.
     in := box
-            addLabelledInputField:(resources string:'Transcripts Buffer Size:')
+            addLabelledInputField:(resources string:'Transcript''s Buffer Size:')
             adjust:#right
             on:transcriptBufferSize
             tabable:true
@@ -5657,10 +5657,12 @@
 "
     self toolSettings
 "
-    "Modified: / 9.9.1996 / 22:43:36 / stefan"
-    "Modified: / 16.4.1998 / 17:18:47 / ca"
-    "Created: / 13.10.1998 / 15:44:36 / cg"
-    "Modified: / 12.11.2001 / 15:48:54 / cg"
+
+    "Modified: / 09-09-1996 / 22:43:36 / stefan"
+    "Modified: / 16-04-1998 / 17:18:47 / ca"
+    "Created: / 13-10-1998 / 15:44:36 / cg"
+    "Modified: / 12-11-2001 / 15:48:54 / cg"
+    "Modified: / 21-09-2018 / 11:19:08 / Claus Gittinger"
 !
 
 viewStyleSettings