summaryrefslogtreecommitdiff
path: root/client/pracro.cc
diff options
context:
space:
mode:
authorsenator <senator>2010-10-12 12:53:31 +0000
committersenator <senator>2010-10-12 12:53:31 +0000
commitf3c83817a311c23df40f172b8561beede3d2d5e9 (patch)
treef54424bd4004db769525a845f995fd2eba07d022 /client/pracro.cc
parente685e34c85319caca6608036f2c0150c2363577f (diff)
template functionality added to launcher but with hardcoded template list
Diffstat (limited to 'client/pracro.cc')
-rw-r--r--client/pracro.cc2
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();