#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 23 Nov 2016 14:12:23 +0100
changeset 3791 b524b306f7c1
parent 3790 94221f42c94d
child 3792 b4325f03e7d7
#DOCUMENTATION by cg class: ApplicationModel comment/format in: #showingHelp
ApplicationModel.st
--- a/ApplicationModel.st	Wed Nov 23 14:11:42 2016 +0100
+++ b/ApplicationModel.st	Wed Nov 23 14:12:23 2016 +0100
@@ -15,8 +15,8 @@
 
 Model subclass:#ApplicationModel
 	instanceVariableNames:'builder resources device masterApplication'
-	classVariableNames:'DefaultLabels DefaultVisuals RecentlyOpenedApplications
-		DefaultExtents'
+	classVariableNames:'DefaultExtents DefaultLabels DefaultVisuals
+		RecentlyOpenedApplications'
 	poolDictionaries:''
 	category:'Interface-Framework'
 !
@@ -2461,7 +2461,7 @@
      method, when the mouse pointer is moved over my widgets.
      The default here is true, however, the #showHelp:for: methods are empty.
      These should be redefined to put the help text into some info label,
-     or into the views title bar.
+     or into the view's title bar.
      You may also redefine the showingHelp/showingHelp: methods, to
      remember the flag setting."