aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPrintAccessory.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-08-07 22:40:24 +0000
committerstuconnolly <stuart02@gmail.com>2009-08-07 22:40:24 +0000
commit323d1dce6647a628ad8abc69fa06b03c8d9384fc (patch)
tree7979468f33790328b56d493e64243acac1a9d6e2 /Source/SPPrintAccessory.m
parentdfbd00fda00bc0cbb9cc7bf3866d98165244c0d3 (diff)
downloadsequelpro-323d1dce6647a628ad8abc69fa06b03c8d9384fc.tar.gz
sequelpro-323d1dce6647a628ad8abc69fa06b03c8d9384fc.tar.bz2
sequelpro-323d1dce6647a628ad8abc69fa06b03c8d9384fc.zip
Rename print accessory XIB.
Diffstat (limited to 'Source/SPPrintAccessory.m')
-rw-r--r--Source/SPPrintAccessory.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPPrintAccessory.m b/Source/SPPrintAccessory.m
index 302d7deb..cf0e7ef2 100644
--- a/Source/SPPrintAccessory.m
+++ b/Source/SPPrintAccessory.m
@@ -31,7 +31,7 @@
{
defaultsController = [NSUserDefaultsController sharedUserDefaultsController];
printWebView = nil;
- return [super initWithNibName:@"printAccessory" bundle:nibBundleOrNil];
+ return [super initWithNibName:@"PrintAccessory" bundle:nibBundleOrNil];
}
- (void)awakeFromNib