Skip to content
Snippets Groups Projects
Commit 3be78776 authored by Kitty Barnett's avatar Kitty Barnett
Browse files

[FIXED] RLVa restrictions are copied 5 times

  -> debug left-over, whoops

--HG--
branch : RLVa
parent 7708c2ad
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ const std::string RlvFloaterBehaviours::getFormattedBehaviourString()
}
}
return strRestrictions.str() + strRestrictions.str() + strRestrictions.str() + strRestrictions.str() + strRestrictions.str();
return strRestrictions.str();
}
// Checked: 2011-05-26 (RLVa-1.3.1c) | Added: RLVa-1.3.1c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment