aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result/stringresult.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'result/stringresult.cpp')
-rw-r--r--result/stringresult.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/result/stringresult.cpp b/result/stringresult.cpp
index f0ff699..2858155 100644
--- a/result/stringresult.cpp
+++ b/result/stringresult.cpp
@@ -51,7 +51,7 @@ QString StringResult::toString(bool wl)
{
if(wl)
{
- return QString("%2 [label=\"StringResult_value_%1\"]").arg(getText().replace("%","_")).arg(m_id);
+ return QString("%2 [label=\"StringResult_value_%1\"]").arg(getText().replace("%","_"), m_id);
}
else
{