diff options
| author | 2015-08-20 12:53:16 +0200 | |
|---|---|---|
| committer | 2015-08-20 12:53:16 +0200 | |
| commit | 6d39993c62ffe61cb73cba3b4fc2c7631c4590a5 (patch) | |
| tree | 7b614d8ce4b3a7b6e6eec9e3657fec75c8e7fed3 /result/diceresult.cpp | |
| parent | eb4631902d1aca34f1898de5ecaa4cad38fe18c9 (diff) | |
| parent | 784c00cc2e0d224723b2480b5a7776ccd26c90b3 (diff) | |
| download | OneRoll-6d39993c62ffe61cb73cba3b4fc2c7631c4590a5.tar.gz OneRoll-6d39993c62ffe61cb73cba3b4fc2c7631c4590a5.zip | |
Merge branch 'rangeInList' of github.com:Rolisteam/DiceParser into rangeInList
Diffstat (limited to 'result/diceresult.cpp')
| -rw-r--r-- | result/diceresult.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result/diceresult.cpp b/result/diceresult.cpp index 65d4a0b..6c46de0 100644 --- a/result/diceresult.cpp +++ b/result/diceresult.cpp @@ -91,7 +91,7 @@ QString DiceResult::toString(bool wl) } if(wl) { - return QString("%3 [label=\"DiceResult_Value_%1_dice_%2\"]").arg(getScalarResult()).arg(scalarSum.join('_')).arg(m_id); + return QString("%3 [label=\"DiceResult Value %1 dice %2\"]").arg(getScalarResult()).arg(scalarSum.join('_')).arg(m_id); } else { |