aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/SPPrintAccessory.m2
-rw-r--r--Source/TableDocument.m2
2 files changed, 2 insertions, 2 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
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 1057be90..8d35f90b 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -257,7 +257,7 @@
[printPanel setOptions:[printPanel options] + NSPrintPanelShowsOrientation + NSPrintPanelShowsScaling + NSPrintPanelShowsPaperSize];
SPPrintAccessory *printAccessory = [[SPPrintAccessory alloc] init];
- [printAccessory initWithNibName:@"printAccessory" bundle:nil];
+ [printAccessory initWithNibName:@"PrintAccessory" bundle:nil];
[printAccessory setPrintView:printWebView];
[printPanel addAccessoryController:printAccessory];