Tools__FontSettingsApplication.st
changeset 19408 333b314ade11
parent 18943 b20434807df6
child 19430 7cdcbf30918e
equal deleted inserted replaced
19407:3475480396e2 19408:333b314ade11
  1335 
  1335 
  1336 infoText
  1336 infoText
  1337     ^ (self resources 
  1337     ^ (self resources 
  1338         string:'FONT_SETTINGS_INFO'
  1338         string:'FONT_SETTINGS_INFO'
  1339         default:'Please notice that changes only affect new windows.
  1339         default:'Please notice that changes only affect new windows.
  1340 Existing  windows usually remember their initial font as created.
  1340 Existing windows usually remember their initial font as created.
  1341 If required, reopen some of the views, including the Launcher itself.
  1341 If required, reopen some of the views, including the Launcher itself.
  1342 
  1342 
  1343 Also notice: 
  1343 Also notice: 
  1344     unless you save your new settings, 
  1344     unless you save changed settings, 
  1345     only the current session is affected by changes here.') withCRs
  1345     only the current session is affected by changes here.') withCRs
  1346 
  1346 
  1347     "Created: / 17-08-2010 / 10:52:00 / cg"
  1347     "Created: / 17-08-2010 / 10:52:00 / cg"
  1348 !
  1348 !
  1349 
  1349