aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/keepdiceexecnode.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-08-20 15:25:41 +0200
committerRenaud G <renaud@rolisteam.org>2015-08-20 15:25:41 +0200
commit31e7b5b12afb8a129188747c7d627cfe4e8ec8f1 (patch)
tree4d2ebd4f22e9f589875eff65154eb661319527c6 /node/keepdiceexecnode.cpp
parent497cc72d23a78d946c4e47075f233763f6d3193c (diff)
parent4c96c3f33cbb0552275e4a87046ac0a8fa88162c (diff)
downloadOneRoll-31e7b5b12afb8a129188747c7d627cfe4e8ec8f1.tar.gz
OneRoll-31e7b5b12afb8a129188747c7d627cfe4e8ec8f1.zip
Merge branch 'rangeInList' of github.com:Rolisteam/DiceParser into rangeInList
Diffstat (limited to 'node/keepdiceexecnode.cpp')
-rw-r--r--node/keepdiceexecnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/keepdiceexecnode.cpp b/node/keepdiceexecnode.cpp
index 492e69c..7407d30 100644
--- a/node/keepdiceexecnode.cpp
+++ b/node/keepdiceexecnode.cpp
@@ -66,7 +66,7 @@ QString KeepDiceExecNode::toString(bool wl) const
{
if(wl)
{
- return QString("%1 [label=\"KeepDiceExecNode %1\"]").arg(m_id).arg(m_numberOfDice);
+ return QString("%1 [label=\"KeepDiceExecNode %2\"]").arg(m_id).arg(m_numberOfDice);
}
else
{