Chameleon Applications

Chameleon Applications Svn Source Tree

Root/trunk/ChameleonPrefPane/Sources/PreferencesControllerBase.mm

1//
2// PreferencesControllerBase.mm
3// ChameleonPrefPane
4//
5// Created by Rekursor on 1/22/10.
6//
7
8#import "PreferencesControllerBase.h"
9
10
11@implementation PreferencesControllerBase
12
13-(NSMutableDictionary*) getPreferencesDictionary
14{
15if ([ChameleonPrefPane instance]==nil) return nil;
16
17return [[ChameleonPrefPane instance] getPreferencesFile];
18}
19
20@end
21

Archive Download this file

Revision: 43