From 85215970258aa0ad45b287fb0224d61a9bfcada4 Mon Sep 17 00:00:00 2001 From: senator Date: Wed, 13 Oct 2010 12:51:39 +0000 Subject: working on template ini file integration. not entirely done but compiles just fine --- client/pracro.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/pracro.cc') 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(); -- cgit v1.2.3