From b7a58837e1ad1412a5fece212d4619bedc4a5d4c Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 20 Aug 2015 12:29:05 +0200 Subject: fix compilation --- node/helpnode.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'node') diff --git a/node/helpnode.cpp b/node/helpnode.cpp index d5fc2c9..376f48a 100644 --- a/node/helpnode.cpp +++ b/node/helpnode.cpp @@ -14,8 +14,7 @@ void HelpNode::run(ExecutionNode* previous) { if(previous->getResult() == NULL) { - txtResult->setText(toString()); - + txtResult->setText(tr("Rolisteam Dice Parser:\nFull documentation at: %1").arg(m_path)); } else { -- cgit v1.2.3-70-g09d2