diff options
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r-- | Source/SPAppController.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m index c10b8370..da70ceb9 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -112,6 +112,9 @@ YY_BUFFER_STATE yy_scan_string (const char *); { // Register application defaults [[NSUserDefaults standardUserDefaults] registerDefaults:[NSDictionary dictionaryWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"PreferenceDefaults" ofType:@"plist"]]]; + + // Upgrade prefs before any other parts of the app pick up on the values + SPApplyRevisionChanges(); } /** |