aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/helpnode.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-08-20 12:30:33 +0200
committerRenaud G <renaud@rolisteam.org>2015-08-20 12:30:33 +0200
commit2a405118627bc4e4afa77b77fce118cc5d0f34b8 (patch)
treed11c52756630d42d829fb590aa9a4ec76a5f2ec8 /node/helpnode.cpp
parentf2216bbcba3938f496873d28a6fda0aa51784a20 (diff)
parentb7a58837e1ad1412a5fece212d4619bedc4a5d4c (diff)
downloadOneRoll-2a405118627bc4e4afa77b77fce118cc5d0f34b8.tar.gz
OneRoll-2a405118627bc4e4afa77b77fce118cc5d0f34b8.zip
Merge branch 'rangeInList' of github.com:Rolisteam/DiceParser into rangeInList
Conflicts: result/stringresult.h
Diffstat (limited to 'node/helpnode.cpp')
-rw-r--r--node/helpnode.cpp3
1 files changed, 1 insertions, 2 deletions
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
{