From 8a37bed448fa894450408ec2e3da5599c3067a26 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Tue, 17 May 2022 17:52:08 +0200 Subject: [PATCH] Make file description shorter to suit the context menu Fix #11688 --- PowerEditor/src/Notepad_plus.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/src/Notepad_plus.rc b/PowerEditor/src/Notepad_plus.rc index e5a282049..68b0a2b80 100644 --- a/PowerEditor/src/Notepad_plus.rc +++ b/PowerEditor/src/Notepad_plus.rc @@ -37,7 +37,7 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "CompanyName", "Don HO don.h@free.fr\0" - VALUE "FileDescription", "Notepad++ : a free (GPL) source code editor\0" + VALUE "FileDescription", "Notepad++\0" VALUE "FileVersion", VERSION_VALUE VALUE "InternalName", "notepad++.exe\0" VALUE "LegalCopyright", "Copyleft 1998-2022 by Don HO\0"