[UI] Make Xenia title start from a capital letter
This commit is contained in:
parent
6ce5330f5f
commit
64366979c7
|
@ -41,7 +41,7 @@ using xe::ui::MenuItem;
|
||||||
using xe::ui::MouseEvent;
|
using xe::ui::MouseEvent;
|
||||||
using xe::ui::UIEvent;
|
using xe::ui::UIEvent;
|
||||||
|
|
||||||
const std::string kBaseTitle = "xenia";
|
const std::string kBaseTitle = "Xenia";
|
||||||
|
|
||||||
EmulatorWindow::EmulatorWindow(Emulator* emulator,
|
EmulatorWindow::EmulatorWindow(Emulator* emulator,
|
||||||
ui::WindowedAppContext& app_context)
|
ui::WindowedAppContext& app_context)
|
||||||
|
|
Loading…
Reference in New Issue