changeset 132:c28ea3a27d09

Mac: Correct the case of "HandyFTP" in the Info.plist CFBundleName. This makes the application name show correctly in the application menu.
author Brian Smith <brian@dbsoft.org>
date Wed, 06 Jan 2021 11:09:50 -0600
parents e511c21942e5
children aa73b024f1f5
files src/mac/Info.plist
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mac/Info.plist	Mon Dec 14 21:10:15 2020 -0600
+++ b/src/mac/Info.plist	Wed Jan 06 11:09:50 2021 -0600
@@ -13,7 +13,7 @@
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleName</key>
-	<string>handyftp</string>
+	<string>HandyFTP</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleSignature</key>