diff options
author | senator <senator> | 2010-10-12 12:53:31 +0000 |
---|---|---|
committer | senator <senator> | 2010-10-12 12:53:31 +0000 |
commit | f3c83817a311c23df40f172b8561beede3d2d5e9 (patch) | |
tree | f54424bd4004db769525a845f995fd2eba07d022 /client/pracro.cc | |
parent | e685e34c85319caca6608036f2c0150c2363577f (diff) |
template functionality added to launcher but with hardcoded template list
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(); |