Przeglądaj źródła

Reusing updated DESCRIPTION_250_LETTERS3 for REGISTERED_APP_DESC*

Source commit: 54fc746cfbe33992a3e7a051e8523926fdbcf93e
Martin Prikryl 2 lat temu
rodzic
commit
1414e0939c

+ 1 - 1
source/resource/Propagation.rc

@@ -5,7 +5,7 @@ BEGIN
   // GitHub organization description
   // <meta name="description">
   DESCRIPTION_80_LETTERS3, "WinSCP is a free file manager for Windows supporting FTP, SFTP, S3 and WebDAV."
-  // REGISTERED_APP_DESC3
+  // REGISTERED_APP_DESC4
   // GitHub repository description
   // Facebook <meta property="og:description">
   DESCRIPTION_250_LETTERS3, "WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It supports also local-local mode and FTPS, S3, SCP and WebDAV protocols. Power users can automate WinSCP using .NET assembly."

+ 1 - 1
source/resource/TextsWin.h

@@ -246,7 +246,7 @@
 #define COPY_PARAM_PRESET_HEADER 1532
 #define QUEUE_DONE              1533
 #define MASTER_PASSWORD_RECRYPT_ERRORS 1534
-#define REGISTERED_APP_DESC3    1535
+#define REGISTERED_APP_DESC4    1535
 #define MESSAGE_LOADING         1536
 #define NEW_VERSION_CLICK       1537
 #define DIRECTORY_READING_AND_RESOLVING_PROGRESS 1538

+ 1 - 1
source/resource/TextsWin1.rc

@@ -251,7 +251,7 @@ BEGIN
         QUEUE_DONE, "Completed"
         EDITOR_AUTO_CONFIG2, "**Do you want to use '%s' instead of default internal editor?**\n\nWinSCP has detected that you have custom text editor '%s' associated with text files."
         MASTER_PASSWORD_RECRYPT_ERRORS, "%s\n\nThere were some errors when encrypting passwords using new master password or decrypting passwords."
-        REGISTERED_APP_DESC3, "WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It supports also Amazon S3, FTPS, SCP and WebDAV protocols. Power users can automate WinSCP using .NET assembly."
+        REGISTERED_APP_DESC4, "WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It supports also local-local mode and FTPS, S3, SCP and WebDAV protocols. Power users can automate WinSCP using .NET assembly."
         MESSAGE_LOADING, "Loading..."
         NEW_VERSION_CLICK, "%s\n\nClick here, to see what is new."
         DIRECTORY_READING_AND_RESOLVING_PROGRESS, "%d Resolving links and Reading directory"

+ 1 - 1
source/windows/Setup.cpp

@@ -510,7 +510,7 @@ static void __fastcall RegisterProtocolForDefaultPrograms(HKEY RootKey, const Un
     Abort();
   }
 
-  UnicodeString Description = LoadStr(REGISTERED_APP_DESC3);
+  UnicodeString Description = LoadStr(REGISTERED_APP_DESC4);
   Registry->WriteString(L"ApplicationDescription", Description);
 
   if (!Registry->OpenKey(L"UrlAssociations", true))