mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
DolphinWX: rename CGameListCtrl -> GameListCtrl
This commit is contained in:
parent
1bd177561b
commit
668c6b5ce9
11 changed files with 94 additions and 98 deletions
|
@ -9,7 +9,7 @@
|
|||
#include "DolphinWX/NetPlay/ChangeGameDialog.h"
|
||||
#include "DolphinWX/NetPlay/NetWindow.h"
|
||||
|
||||
ChangeGameDialog::ChangeGameDialog(wxWindow* parent, const CGameListCtrl* const game_list)
|
||||
ChangeGameDialog::ChangeGameDialog(wxWindow* parent, const GameListCtrl* const game_list)
|
||||
: wxDialog(parent, wxID_ANY, _("Select Game"))
|
||||
{
|
||||
const int space5 = FromDIP(5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue