|
@@ -621,11 +621,19 @@ NSPopoverDelegate>
|
|
}
|
|
}
|
|
|
|
|
|
- (IBAction)officeButtonAction:(id)sender {
|
|
- (IBAction)officeButtonAction:(id)sender {
|
|
|
|
+#if VERSION_FREE
|
|
#if VERSION_DMG
|
|
#if VERSION_DMG
|
|
DMGEmbeddedOldWC *embeddedWC = [DMGEmbeddedOldWC currentFirstTrialWC:@"com.brother.pdfreaderpro.mac.product_2"];
|
|
DMGEmbeddedOldWC *embeddedWC = [DMGEmbeddedOldWC currentFirstTrialWC:@"com.brother.pdfreaderpro.mac.product_2"];
|
|
[embeddedWC showWindow:nil];
|
|
[embeddedWC showWindow:nil];
|
|
[embeddedWC.window center];
|
|
[embeddedWC.window center];
|
|
#endif
|
|
#endif
|
|
|
|
+#else
|
|
|
|
+ [[KMProductCompareWC shared] setOrientation:YES];
|
|
|
|
+ [[KMProductCompareWC shared] setOrientationType:KMCompareTableTypePro_Base];
|
|
|
|
+ [[KMProductCompareWC shared] showWindow:nil];
|
|
|
|
+
|
|
|
|
+#endif
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
- (NSAttributedString *)numberConvertColor:(NSColor*)color String:(NSString *)string {
|
|
- (NSAttributedString *)numberConvertColor:(NSColor*)color String:(NSString *)string {
|