// // NSBundle+NGA.m // P4Menu // // Created by Michael Bishop on 6/17/11. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import "NSBundle+NGAAdditions.h" @implementation NSBundle (NGAAdditions) +(BOOL)loadNibForOwner:(id)owner { return [NSBundle loadNibNamed:[owner className] owner:owner]; } @end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 20722 | jdputsch | initial branch, prep for -Zapp= support | ||
//guest/michael_bishop/MacMenu/src/NGAUtilities/Source/NSBundle+NGAAdditions.m | |||||
#1 | 8331 | Matt Attaway |
Adding initial version of MacMenu for Perforce MacMenu is a helpful Perforce client that sits in your toolbar. It allows you to run standard Perforce operations on the document that is open the currently active editor/viewer. |