diff options
| author | Scott Mansell <phiren@gmail.com> | 2015-11-24 14:17:49 +1300 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2015-11-24 14:17:49 +1300 |
| commit | 211169e307ef45bf1982c8a62f785e1e32f4e1aa (patch) | |
| tree | 63a320fbf626c0e8cf88dd402454cfc4ceb21f23 /Source/Core/DolphinWX/Frame.cpp | |
| parent | 83bda3be469b1669b0a5d4c4cb53ae2886b695e2 (diff) | |
| parent | 1c8938cd595f1e0d4b4695ee508e04e30378f637 (diff) | |
Merge pull request #3269 from JosJuice/purge-cache
Rename "Purge Cache" to "Purge Game List Cache"
Diffstat (limited to 'Source/Core/DolphinWX/Frame.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/Frame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Frame.cpp b/Source/Core/DolphinWX/Frame.cpp index 60d9075b6e..83fb8b10f6 100644 --- a/Source/Core/DolphinWX/Frame.cpp +++ b/Source/Core/DolphinWX/Frame.cpp @@ -297,7 +297,7 @@ EVT_MENU(IDM_TOGGLE_STATUSBAR, CFrame::OnToggleStatusbar) EVT_MENU_RANGE(IDM_LOG_WINDOW, IDM_VIDEO_WINDOW, CFrame::OnToggleWindow) EVT_MENU_RANGE(IDM_SHOW_SYSTEM, IDM_SHOW_STATE, CFrame::OnChangeColumnsVisible) -EVT_MENU(IDM_PURGE_CACHE, CFrame::GameListChanged) +EVT_MENU(IDM_PURGE_GAME_LIST_CACHE, CFrame::GameListChanged) EVT_MENU(IDM_SAVE_FIRST_STATE, CFrame::OnSaveFirstState) EVT_MENU(IDM_UNDO_LOAD_STATE, CFrame::OnUndoLoadState) |
