From a2774848ba001d66e552316de1a102faf858b190 Mon Sep 17 00:00:00 2001
From: John Preston <johnprestonmail@gmail.com>
Date: Sat, 18 Feb 2017 14:27:12 +0300
Subject: [PATCH] Changed FileDescription to a smaller one in rc.

This string is displayed in Windows task manager and should be small.
---
 Telegram/Resources/winrc/Telegram.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc
index 544f8f050..d973ed30e 100644
--- a/Telegram/Resources/winrc/Telegram.rc
+++ b/Telegram/Resources/winrc/Telegram.rc
@@ -51,7 +51,7 @@ BEGIN
         BLOCK "040904b0"
         BEGIN
             VALUE "CompanyName", "Telegram Messenger LLP"
-            VALUE "FileDescription", "Telegram Desktop official messenger"
+            VALUE "FileDescription", "Telegram Desktop"
             VALUE "FileVersion", "1.0.11.0"
             VALUE "LegalCopyright", "Copyright (C) 2014-2017"
             VALUE "ProductName", "Telegram Desktop"