Changeset 444
- Timestamp:
- 01/03/08 09:14:19 (1 year ago)
- Files:
-
- trunk/SapphireAppliance.m (modified) (1 diff)
- trunk/SapphireImporterDataMenu.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SapphireAppliance.m
r443 r444 35 35 NSString *frameworkPath = [myBundlePath stringByAppendingPathComponent:@"Contents/Frameworks"]; 36 36 SapphireLoadFramework(frameworkPath); 37 NSLog(@"Got to init");38 37 Class cls = NSClassFromString( @"BRFeatureManager" ); 39 38 if ( cls == Nil ) trunk/SapphireImporterDataMenu.m
r436 r444 387 387 { 388 388 [button setTarget:self]; 389 [super willBePushed]; 389 390 } 390 391
