diff --git a/gsplus/src/AppDelegate.swift b/gsplus/src/AppDelegate.swift index a719071..a61a590 100644 --- a/gsplus/src/AppDelegate.swift +++ b/gsplus/src/AppDelegate.swift @@ -168,7 +168,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSWindowDelegate { "CFBundleShortVersionString"] as? String { NSApplication.shared.orderFrontStandardAboutPanel( options: [.applicationVersion: ver_str, - .version: "", .applicationName: "GSplus"]) + .version: "", .applicationName: "GS+"]) } } func applicationDidFinishLaunching(_ aNotification: Notification) {