# HG changeset patch # User Claus Gittinger # Date 1476379106 -7200 # Node ID c1f04f732551fdd6b6d890b2c26b577429aefe1f # Parent 3e04cb80244f250e252cdcd027322ed5ea3d2ad9 #DOCUMENTATION by cg class: SettingsDialog comment/format in: #documentation diff -r 3e04cb80244f -r c1f04f732551 SettingsDialog.st --- a/SettingsDialog.st Thu Oct 13 12:27:36 2016 +0200 +++ b/SettingsDialog.st Thu Oct 13 19:18:26 2016 +0200 @@ -67,7 +67,7 @@ It is used (among others) in the launcher's and filebrowser's settings-dialogs. However, it is rather generic and can be setup for any application's setting dialog. - The actual contents (i.e. the arganization tree and tab contents) is provided + The actual contents (i.e. the organization tree and tab contents) is provided by a spec-array (the settingsList). You will find a default settings list here, but in theory, applications may provide their own one, or modify a copy of that list for specialized settings dialogs.