From: Steve Brokenshire Date: Sat, 3 Oct 2020 19:38:38 +0000 (+0100) Subject: Set application name in Windows application resource script X-Git-Tag: release-0.24~4 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=acdf4727e925855f6edab9e1a2b85fbaffbaa271;hp=0d97425fcb83c04a0db5558b6e793fbc2372726e Set application name in Windows application resource script --- diff --git a/source/os/msw/xestiaab.rc b/source/os/msw/xestiaab.rc index bc1c79b..2e1b871 100644 --- a/source/os/msw/xestiaab.rc +++ b/source/os/msw/xestiaab.rc @@ -37,7 +37,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL { VALUE "Comments", "For more information, visit http://xestia.co.uk/addressbook" VALUE "CompanyName", "Xestia Software Development" - VALUE "FileDescription", "Application executable" + VALUE "FileDescription", "Xestia Address Book" VALUE "FileVersion", "0.13" VALUE "InternalName", "xestiaab.exe" VALUE "LegalCopyright", "(c) 2016 Xestia Software Development"