|
@@ -183,7 +183,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|
|
if (appTarget == .pro) {
|
|
|
appName = "PDF Master Pro"
|
|
|
} else if (appTarget == .DMG) {
|
|
|
- appName = "PDF Master DMG"
|
|
|
+// appName = "PDF Master DMG"
|
|
|
+ appName = "PDF Master"
|
|
|
}
|
|
|
if let _range = ranges.range.first {
|
|
|
menu.title.replaceSubrange(_range, with: appName)
|