From ea6457b4ba78a863837cd8afe63f091d55f5abfc Mon Sep 17 00:00:00 2001 From: PopuriO2 <36154203+PopuriAO29@users.noreply.github.com> Date: Sun, 14 Jan 2024 03:40:09 +0000 Subject: [PATCH] 24.00: Update About Dialog The text should be added back from previous version, Donating is allowed. --- CPP/7zip/UI/FileManager/AboutDialog.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CPP/7zip/UI/FileManager/AboutDialog.rc b/CPP/7zip/UI/FileManager/AboutDialog.rc index b235df0..580c695 100644 --- a/CPP/7zip/UI/FileManager/AboutDialog.rc +++ b/CPP/7zip/UI/FileManager/AboutDialog.rc @@ -22,5 +22,5 @@ CAPTION "About 7-Zip" LTEXT "", IDT_ABOUT_VERSION, m, 54, xc, 8 LTEXT "", IDT_ABOUT_DATE, m, 67, xc, 8 LTEXT MY_COPYRIGHT, -1, m, 80, xc, 8 - LTEXT "7-Zip is free software", IDT_ABOUT_INFO, m, y, xc, (by - y - 1) + LTEXT "7-Zip is FREE software. However, you can support development of 7-zip by donating. As a donator user, you will be able to get technical support.", IDT_ABOUT_INFO, m, y, xc, (by - y - 1) }