mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
GUI: Dock logwindow
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4075 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
cb0eafcfc8
commit
da6a200540
9 changed files with 279 additions and 322 deletions
|
@ -43,9 +43,9 @@ BEGIN_EVENT_TABLE(CLogWindow, wxDialog)
|
|||
END_EVENT_TABLE()
|
||||
|
||||
CLogWindow::CLogWindow(wxWindow* parent)
|
||||
: wxDialog(parent, wxID_ANY, wxT("Log/Console"),
|
||||
: wxDialog(parent, wxID_ANY, wxT("Log"),
|
||||
wxPoint(100, 700), wxSize(800, 270),
|
||||
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
||||
wxNO_BORDER)
|
||||
, m_logSection(1)
|
||||
{
|
||||
m_logManager = LogManager::GetInstance();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue