|
@@ -573,9 +573,11 @@ NSPopoverDelegate>
|
|
|
}
|
|
|
|
|
|
- (IBAction)officeButtonAction:(id)sender {
|
|
|
+#if VERSION_DMG
|
|
|
DMGEmbeddedOldWC *embeddedWC = [DMGEmbeddedOldWC currentFirstTrialWC:@"com.brother.pdfreaderpro.mac.product_2"];
|
|
|
[embeddedWC showWindow:nil];
|
|
|
[embeddedWC.window center];
|
|
|
+#endif
|
|
|
}
|
|
|
|
|
|
- (NSAttributedString *)numberConvertColor:(NSColor*)color String:(NSString *)string {
|