diff options
author | senator <senator> | 2010-10-13 12:51:39 +0000 |
---|---|---|
committer | senator <senator> | 2010-10-13 12:51:39 +0000 |
commit | 85215970258aa0ad45b287fb0224d61a9bfcada4 (patch) | |
tree | ff16a8f74814e3ff04a97fd1444657c5fd9eee29 /client/pracro.cc | |
parent | 5f5f01c0e3825ff4dd2a5b7b51c08172c93674c3 (diff) |
working on template ini file integration. not entirely done but compiles just fine
Diffstat (limited to 'client/pracro.cc')
-rw-r--r-- | client/pracro.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/pracro.cc b/client/pracro.cc index 337702e..2a6a109 100644 --- a/client/pracro.cc +++ b/client/pracro.cc @@ -179,7 +179,7 @@ int main(int argc, char *argv[]) fixedfont = &f; if(cpr == CPR_DEFAULT || templ == TEMPLATE_DEFAULT) { - LauncherWindow lwnd(cpr, templ); + LauncherWindow lwnd(argv[0], cpr, templ); if(lwnd.exec() == QDialog::Accepted && lwnd.getCpr() != "") { cpr = lwnd.getCpr(); templ = lwnd.getTemplate(); |