diff options
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 3867507..337702e 100644 --- a/client/pracro.cc +++ b/client/pracro.cc @@ -178,7 +178,7 @@ int main(int argc, char *argv[]) QFont f = fontdb.font("Bitstream Vera Sans Mono", "", 8); fixedfont = &f; - if(cpr == CPR_DEFAULT || templ = TEMPLATE_DEFAULT) { + if(cpr == CPR_DEFAULT || templ == TEMPLATE_DEFAULT) { LauncherWindow lwnd(cpr, templ); if(lwnd.exec() == QDialog::Accepted && lwnd.getCpr() != "") { cpr = lwnd.getCpr(); |