From e0b5691c8f5c315233e0f1850a47ea1c9cd07079 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 26 Aug 2012 10:00:13 +0200 Subject: [PATCH] Fixed issue #1351: Add Hotkey to deselect all files on commit Thanks to ch3cooli. Signed-off-by: Sven Strickroth --- Languages/Tortoise.pot | 4 ++++ src/Resources/TortoiseProcENG.rc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Languages/Tortoise.pot b/Languages/Tortoise.pot index 100e24efe..3ca56c86a 100644 --- a/Languages/Tortoise.pot +++ b/Languages/Tortoise.pot @@ -819,6 +819,10 @@ msgstr "" msgid "&No double-click event" msgstr "" +#. Resource IDs: (1702) +msgid "&None" +msgstr "" + #. Resource IDs: (1661) msgid "&Notepad2" msgstr "" diff --git a/src/Resources/TortoiseProcENG.rc b/src/Resources/TortoiseProcENG.rc index 2ec8ae50f..1b41291aa 100644 --- a/src/Resources/TortoiseProcENG.rc +++ b/src/Resources/TortoiseProcENG.rc @@ -237,7 +237,7 @@ BEGIN CONTROL "",IDC_SPLITTER,"Static",SS_OWNERDRAW,65,143,287,5,WS_EX_TRANSPARENT LTEXT "Check:",IDC_SELECTLABEL,14,160,41,8 LTEXT "&All",IDC_CHECKALL,55,160,14,8 - LTEXT "None",IDC_CHECKNONE,72,160,18,8 + LTEXT "&None",IDC_CHECKNONE,72,160,18,8 LTEXT "Unversioned",IDC_CHECKUNVERSIONED,92,160,41,8 LTEXT "Versioned",IDC_CHECKVERSIONED,139,160,34,8 LTEXT "Added",IDC_CHECKADDED,175,160,22,8 -- 2.11.4.GIT