ApplicationModel.st
changeset 3791 b524b306f7c1
parent 3785 ecbdc53f07da
child 3798 85687906ec72
child 3799 2c432f023d01
--- 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."