Allow for more skin configuration.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@8269 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-05-10 21:15:51 +00:00
committed by derek
parent c95affe77b
commit e62789c28b

View File

@ -308,7 +308,7 @@ public final class MainWindow extends ChatFrame implements ActionListener {
try {
String command = "";
if (Spark.isWindows()) {
String sparkExe = Spark.getBinDirectory().getParentFile().getCanonicalPath() + "\\Spark.exe";
String sparkExe = Spark.getBinDirectory().getParentFile().getCanonicalPath() + "\\"+Default.getString(Default.SHORT_NAME)+".exe";
String starterExe = Spark.getBinDirectory().getParentFile().getCanonicalPath() + "\\starter.exe";
command = starterExe + " \"" + sparkExe + "\"";