diff options
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 25efdcd..969c1cf 100644 --- a/node/helpnode.cpp +++ b/node/helpnode.cpp @@ -107,7 +107,7 @@ QString HelpNode::toString(bool wl) const { if(wl) { - return QString("%1 [label=\"Rolisteam Dice Parser:\nFull documentation at: %2\"]").arg(m_id).arg(m_path); + return QString("%1 [label=\"Rolisteam Dice Parser:\nFull documentation at: %2\"]").arg(m_id, m_path); } else { |