summaryrefslogtreecommitdiffstats
path: root/logic/OneSixInstance.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-01-12 23:56:19 +0100
committerPetr Mrázek <peterix@gmail.com>2014-01-12 23:56:19 +0100
commit85ff1657fd3176d41d743613589e6cc79531376f (patch)
treee805405727552b73549d9a9dc0eda24e645a8f3c /logic/OneSixInstance.cpp
parent54a9ee5eb03b6d1be6294e47179b9eb76f7a3949 (diff)
parentafd1778fd766011a968074d68241b42b1438fb18 (diff)
downloadMultiMC-85ff1657fd3176d41d743613589e6cc79531376f.tar
MultiMC-85ff1657fd3176d41d743613589e6cc79531376f.tar.gz
MultiMC-85ff1657fd3176d41d743613589e6cc79531376f.tar.lz
MultiMC-85ff1657fd3176d41d743613589e6cc79531376f.tar.xz
MultiMC-85ff1657fd3176d41d743613589e6cc79531376f.zip
Merge branch 'feature_better_launch' into develop
Diffstat (limited to 'logic/OneSixInstance.cpp')
-rw-r--r--logic/OneSixInstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/OneSixInstance.cpp b/logic/OneSixInstance.cpp
index a12cf047..16699a1d 100644
--- a/logic/OneSixInstance.cpp
+++ b/logic/OneSixInstance.cpp
@@ -228,7 +228,7 @@ MinecraftProcess *OneSixInstance::prepareForLaunch(MojangAccountPtr account)
"param --height\nparam " + settings().get("MinecraftWinHeight").toString() + "\n";
}
QDir natives_dir(PathCombine(instanceRoot(), "natives/"));
- launchScript += "windowTitle MultiMC: " + name() + "\n";
+ launchScript += "windowTitle " + windowTitle() + "\n";
launchScript += "natives " + natives_dir.absolutePath() + "\n";
launchScript += "launch onesix\n";