From 7ffd246186cd1fdfe1639dabeae40472df0597e7 Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Fri, 27 Feb 2026 22:30:57 -0600 Subject: [PATCH] mac about title --- gsplus/src/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {