summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/PythonLauncher/PreferencesWindowController.m
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-11-25 13:11:06 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-11-25 13:11:06 (GMT)
commit2095c06cecde2616187686e0f35e6e07461370bc (patch)
tree88e43e2ee69114a2d6b411cff5250ca95ad1f9ff /Mac/OSX/PythonLauncher/PreferencesWindowController.m
parentb5c980b8028af0876e40f71c94b82cd02e327bf0 (diff)
downloadcpython-2095c06cecde2616187686e0f35e6e07461370bc.zip
cpython-2095c06cecde2616187686e0f35e6e07461370bc.tar.gz
cpython-2095c06cecde2616187686e0f35e6e07461370bc.tar.bz2
Lots of restructuring, mostly suggested by Bill Bumgarner. Main
externally visible difference is that the factory defaults are now in a plist file in the bundle, in stead of being hard-coded in the application.
Diffstat (limited to 'Mac/OSX/PythonLauncher/PreferencesWindowController.m')
-rw-r--r--Mac/OSX/PythonLauncher/PreferencesWindowController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/PythonLauncher/PreferencesWindowController.m b/Mac/OSX/PythonLauncher/PreferencesWindowController.m
index 8842162..79344f6 100644
--- a/Mac/OSX/PythonLauncher/PreferencesWindowController.m
+++ b/Mac/OSX/PythonLauncher/PreferencesWindowController.m
@@ -62,7 +62,7 @@
- (IBAction)do_reset:(id)sender
{
- [self load_defaults];
+ [settings reset];
[self update_display];
}