From 66a98ea686ae4ff59d5891509b0e1bfd90ce1a3e Mon Sep 17 00:00:00 2001 From: bunnei Date: Wed, 23 Apr 2014 22:49:55 -0400 Subject: made qt window title consistent --- src/citra_qt/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/citra_qt/main.cpp') diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index f20d3348..89aae7ce 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp @@ -93,6 +93,10 @@ GMainWindow::GMainWindow() connect(GetHotkey("Main Window", "Load File", this), SIGNAL(activated()), this, SLOT(OnMenuLoadFile())); connect(GetHotkey("Main Window", "Start Emulation", this), SIGNAL(activated()), this, SLOT(OnStartGame())); + setWindowTitle(render_window->GetWindowTitle().c_str()); + + show(); + LogManager::Init(); System::Init(render_window); } -- cgit v1.2.3