From e596e1a550976da8577de912c2defac80b6e847b Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Tue, 14 May 2024 16:49:04 +0100 Subject: [PATCH] [loc] update Pollock to prevent an issue with Outlook and whitespaces --- res/loc/pollock/Pollock.cs | 12 ++++++------ src/rufus.rc | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/res/loc/pollock/Pollock.cs b/res/loc/pollock/Pollock.cs index 89a44803..44af459a 100644 --- a/res/loc/pollock/Pollock.cs +++ b/res/loc/pollock/Pollock.cs @@ -1,7 +1,7 @@ /* * Rufus: The Reliable USB Formatting Utility * Poedit <-> rufus.loc conversion utility - * Copyright © 2018-2023 Pete Batard + * Copyright © 2018-2024 Pete Batard * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -41,9 +41,9 @@ using System.Windows.Forms; [assembly: AssemblyDescription("Poedit ↔ Rufus loc conversion utility")] [assembly: AssemblyCompany("Akeo Consulting")] [assembly: AssemblyProduct("Pollock")] -[assembly: AssemblyCopyright("Copyright © 2018-2023 Pete Batard ")] +[assembly: AssemblyCopyright("Copyright © 2018-2024 Pete Batard ")] [assembly: AssemblyTrademark("GNU GPLv3")] -[assembly: AssemblyVersion("1.5.*")] +[assembly: AssemblyVersion("1.6.*")] namespace pollock { @@ -1244,9 +1244,9 @@ Retry: if ((list.Count >= 2) && (index >= 0)) { - Process.Start($"mailto:pete@akeo.ie?subject=Rufus {list[index][0]} translation v{list[0][2]} update" + - $"&body=Hi Pete,%0D%0A%0D%0APlease find attached the latest {list[index][0]} translation." + - $"%0D%0A%0D%0A" + + Process.Start($"mailto:pete@akeo.ie?subject=Rufus%20{list[index][0]}%20translation%20v{list[0][2]}%20update" + + $"&body=Hi%20Pete,%0D%0A%0D%0APlease%20find%20attached%20the%20latest%20{list[index][0]}%20translation." + + $"%0D%0A%0D%0A" + $"%0D%0A%0D%0ARegards,"); } return; diff --git a/src/rufus.rc b/src/rufus.rc index 68f9db85..6d5558bf 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 232, 326 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_ACCEPTFILES -CAPTION "Rufus 4.5.2173" +CAPTION "Rufus 4.5.2174" FONT 9, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP @@ -397,8 +397,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 4,5,2173,0 - PRODUCTVERSION 4,5,2173,0 + FILEVERSION 4,5,2174,0 + PRODUCTVERSION 4,5,2174,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -416,13 +416,13 @@ BEGIN VALUE "Comments", "https://rufus.ie" VALUE "CompanyName", "Akeo Consulting" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "4.5.2173" + VALUE "FileVersion", "4.5.2174" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "� 2011-2024 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html" VALUE "OriginalFilename", "rufus-4.5.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "4.5.2173" + VALUE "ProductVersion", "4.5.2174" END END BLOCK "VarFileInfo"