diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-27 10:04:57 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-27 10:04:57 (GMT) |
commit | 8b69cec1f8c4e579e3183a7099e0648a8ffffdd7 (patch) | |
tree | 9ec87d508edda186e15a619503e2c8803de45b2e /context.cc | |
parent | e8218ae0c73e6963362181df6c5736a4eef0900c (diff) |
Clifford Wolf:
Some UI improvements
git-svn-id: http://svn.clifford.at/openscad/trunk@33 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'context.cc')
-rw-r--r-- | context.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ AbstractNode *Context::evaluate_module(QString name, const QVector<QString> &arg return modules_p->value(name)->evaluate(this, argnames, argvalues, child_nodes); if (parent) return parent->evaluate_module(name, argnames, argvalues, child_nodes); - printf("WARNING: Ignoring unkown module '%s'.\n", name.toAscii().data()); + PRINTA("WARNING: Ignoring unkown module '%1'.", name); return NULL; } |