Index: trunk/ChameleonPrefPane/Sources/CustomTableView.mm =================================================================== --- trunk/ChameleonPrefPane/Sources/CustomTableView.mm (revision 63) +++ trunk/ChameleonPrefPane/Sources/CustomTableView.mm (revision 64) @@ -2,8 +2,7 @@ // CustomTableView.mm // ChameleonPrefPane // -// Created by Fabien on 1/25/10. -// Copyright 2010 __MyCompanyName__. All rights reserved. +// Created by Rekursor on 1/25/10. // #import "CustomTableView.h" Index: trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.h =================================================================== --- trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.h (revision 63) +++ trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.h (revision 64) @@ -10,7 +10,7 @@ #import #import "CustomTableView.h" -// Constants +// Constants definition static const NSString* const keyForceBootConfigPath = @"forceBootConfigPath"; static const NSString* const keySwapHD01 = @"swapHD01"; static const NSString* const keySwapHD02 = @"swapHD02"; Index: trunk/ChameleonPrefPane/Sources/CustomTableView.h =================================================================== --- trunk/ChameleonPrefPane/Sources/CustomTableView.h (revision 63) +++ trunk/ChameleonPrefPane/Sources/CustomTableView.h (revision 64) @@ -2,8 +2,7 @@ // CustomTableView.h // ChameleonPrefPane // -// Created by Fabien on 1/25/10. -// Copyright 2010 __MyCompanyName__. All rights reserved. +// Created by Rekursor on 1/25/10. // #import Index: trunk/ChameleonPrefPane/Sources/GroupControllerProtocol.h =================================================================== --- trunk/ChameleonPrefPane/Sources/GroupControllerProtocol.h (revision 63) +++ trunk/ChameleonPrefPane/Sources/GroupControllerProtocol.h (revision 64) @@ -2,7 +2,7 @@ // GroupControllerProtocol.h // ChameleonPrefPane // -// Created by Fabien on 1/25/10. +// Created by Rekursor on 1/25/10. // Copyright 2010 __MyCompanyName__. All rights reserved. // Index: trunk/ChameleonPrefPane/EfiInjectController.h =================================================================== --- trunk/ChameleonPrefPane/EfiInjectController.h (revision 63) +++ trunk/ChameleonPrefPane/EfiInjectController.h (revision 64) @@ -11,7 +11,7 @@ -// TabView subpane controller definition +// TabView subpane controller definitions @interface EfiInjectController : PreferencesControllerBase { IBOutlet NSButton* mEfiInject; Index: trunk/ChameleonPrefPane/CHANGES =================================================================== --- trunk/ChameleonPrefPane/CHANGES (revision 63) +++ trunk/ChameleonPrefPane/CHANGES (revision 64) @@ -1,3 +1,5 @@ +- Added new EFI Injection panel +- Added PciRoot, GUI boot options - Added scrax to credits: thx for testing the Chameleon PrefPane! - Create a makebin script (to enhance) that creates zip archives and sets a version in the bin dir