@@ -19,10 +19,12 @@ #import "OFSettings.h" #import "OFSettings_INIFile.h" #import "OFString.h" @implementation OFSettings +@synthesize applicationName = _applicationName; + + alloc { if (self == [OFSettings class]) return [OFSettings_INIFile alloc]; @@ -59,15 +61,10 @@ [_applicationName release]; [super dealloc]; } -- (OFString*)applicationName -{ - OF_GETTER(_applicationName, true) -} - - (void)setString: (OFString*)string forPath: (OFString*)path { OF_UNRECOGNIZED_SELECTOR }