summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorskidau <skidau@gmail.com>2015-03-12 13:32:50 +1100
committerskidau <skidau@gmail.com>2015-03-12 13:32:50 +1100
commit9063f0d16f08399fe09cbd0d6cb380eb930cf94d (patch)
treef86142503cd51c48a9d3b53150da10174c3bf425 /Source/Core
parent5dc23a93b6513918f9619990856010de7245c915 (diff)
parentbaf732b48b949adc17b64d7be4b02cc3867ab86b (diff)
Merge pull request #2150 from Tilka/gamelist_searching
DolphinWX: fix searching the game list in GTK
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/GameListCtrl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/DolphinWX/GameListCtrl.cpp b/Source/Core/DolphinWX/GameListCtrl.cpp
index f5c32d3719..efa0b3e443 100644
--- a/Source/Core/DolphinWX/GameListCtrl.cpp
+++ b/Source/Core/DolphinWX/GameListCtrl.cpp
@@ -773,11 +773,7 @@ void CGameListCtrl::OnKeyPress(wxListEvent& event)
wxString text = bleh.GetText();
-#ifdef __WXGTK__
- if (text.MakeLower()[0] == event.GetKeyCode())
-#else
if (text.MakeUpper()[0] == event.GetKeyCode())
-#endif
{
if (lastKey == event.GetKeyCode() && Loop < sLoop)
{