DolphinWX: Fix a mix-up

Caused by a commit of mine, cb3b1b6
This commit is contained in:
JosJuice 2016-07-06 18:31:18 +02:00
parent 69bf05b302
commit 3b7c614124
1 changed files with 1 additions and 1 deletions

View File

@ -956,7 +956,7 @@ void CGameListCtrl::OnRightClick(wxMouseEvent& event)
popupMenu.AppendCheckItem(IDM_SET_DEFAULT_ISO, _("Set as &default ISO"));
// First we have to decide a starting value when we append it
if (platform == SConfig::GetInstance().m_strDefaultISO)
if (selected_iso->GetFileName() == SConfig::GetInstance().m_strDefaultISO)
popupMenu.FindItem(IDM_SET_DEFAULT_ISO)->Check();
popupMenu.AppendSeparator();