From ea0928fc06dce8780d8d1171a5833a429fbc8814 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Wed, 13 Aug 2014 21:12:48 +0000 Subject: [PATCH] rest of David's patch for Bug 712 - Keyboard preferences hotkey search - entering multiple keys --- src/prefs/KeyConfigPrefs.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/prefs/KeyConfigPrefs.cpp b/src/prefs/KeyConfigPrefs.cpp index 88b527b6a..bac96976d 100644 --- a/src/prefs/KeyConfigPrefs.cpp +++ b/src/prefs/KeyConfigPrefs.cpp @@ -285,9 +285,6 @@ void KeyConfigPrefs::PopulateOrExchange(ShuttleGui & S) } S.EndStatic(); - if (mViewType == ViewByKey) { - mFilterLabel->SetLabel(_("&Hotkey:")); - } // Need to layout so that the KeyView is properly sized before populating. // Otherwise, the initial selection is not scrolled into view.