aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/main.cpp
diff options
context:
space:
mode:
authorGravatar Gareth Poole <510razor@gmail.com>2014-11-01 23:04:38 -0400
committerGravatar Gareth Poole <510razor@gmail.com>2014-11-01 23:08:06 -0400
commit1c074ced9446a8027753fef1a5917dc3d70d3e69 (patch)
treec87df154ec59a4dac2fa15796c393c88d8e39470 /src/citra_qt/main.cpp
parent6e6947118b60f6d19da0567b4cb72e1492c09775 (diff)
Fixed capitalization issues
Diffstat (limited to 'src/citra_qt/main.cpp')
-rw-r--r--src/citra_qt/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index bac6a6bb..15371227 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -128,10 +128,10 @@ GMainWindow::~GMainWindow()
void GMainWindow::BootGame(std::string filename)
{
- NOTICE_LOG(MASTER_LOG, "citra starting...\n");
+ NOTICE_LOG(MASTER_LOG, "Citra starting...\n");
if (Core::Init()) {
- ERROR_LOG(MASTER_LOG, "core initialization failed, exiting...");
+ ERROR_LOG(MASTER_LOG, "Core initialization failed, exiting...");
Core::Stop();
exit(1);
}