diff options
| author | 2015-08-20 12:31:41 +0200 | |
|---|---|---|
| committer | 2015-08-20 12:31:41 +0200 | |
| commit | f04e12bc3970b6ccd7105403f2fe8772515ae058 (patch) | |
| tree | 74e4e29ce565564cc2bb8bdfa4ce9e2f62b054bc /node/helpnode.cpp | |
| parent | 2a405118627bc4e4afa77b77fce118cc5d0f34b8 (diff) | |
| parent | d4061b6d9660d8dfc0a478fb252b93ec3dfd0f1c (diff) | |
| download | OneRoll-f04e12bc3970b6ccd7105403f2fe8772515ae058.tar.gz OneRoll-f04e12bc3970b6ccd7105403f2fe8772515ae058.zip | |
Merge branch 'rangeInList' of github.com:Rolisteam/DiceParser into rangeInList
Diffstat (limited to 'node/helpnode.cpp')
| -rw-r--r-- | node/helpnode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/helpnode.cpp b/node/helpnode.cpp index 376f48a..d4a5d4b 100644 --- a/node/helpnode.cpp +++ b/node/helpnode.cpp @@ -14,7 +14,7 @@ void HelpNode::run(ExecutionNode* previous) { if(previous->getResult() == NULL) { - txtResult->setText(tr("Rolisteam Dice Parser:\nFull documentation at: %1").arg(m_path)); + txtResult->setText(QObject::tr("Rolisteam Dice Parser:\nFull documentation at: %1").arg(m_path)); } else { |