AbstractSettingsApplication.st
changeset 12097 eb4fe82b2271
parent 12060 66670aa496a7
child 12351 8396995136c6
child 12401 4714b9640528
--- a/AbstractSettingsApplication.st	Thu Jan 03 12:50:00 2013 +0100
+++ b/AbstractSettingsApplication.st	Mon Jan 07 16:44:36 2013 +0100
@@ -4456,17 +4456,8 @@
 changeToDefault
     "/View readStyleSheetAndUpdateAllStyleCaches.
     View updateAllStyleCaches.
-
     self basicReadFontSettings.
 
-"/    self textDef value:(TextView defaultFont).
-"/    self inputFieldDef value:(EditTextView defaultFont).
-"/    self menuDef value:(MenuView defaultFont).
-"/    self listDef value:(ListView defaultFont).
-"/    self labelDef value:variableFont.
-"/    self buttonDef value:variableFont.
-"/    self allOfThem value:variableFont.
-
     "Created: / 06-02-2012 / 12:06:00 / cg"
 !
 
@@ -17189,9 +17180,10 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.450 2012-11-13 14:07:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.451 2013-01-07 15:44:36 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.450 2012-11-13 14:07:13 cg Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.451 2013-01-07 15:44:36 stefan Exp $'
+! !
+