From f3c83817a311c23df40f172b8561beede3d2d5e9 Mon Sep 17 00:00:00 2001 From: senator Date: Tue, 12 Oct 2010 12:53:31 +0000 Subject: template functionality added to launcher but with hardcoded template list --- 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 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(); -- cgit v1.2.3