Commit 504a56cf authored by jfreake's avatar jfreake
Browse files

Right aligned the regex check

decklist - Right aligned the regex check
parent 67c4d089
......@@ -450,7 +450,7 @@ bool DeckList::loadFromStream_Plain(QTextStream &in)
rx.setPattern("\\(.*\\)");
line.remove(rx);
//Filter out post card name editions
rx.setPattern("\\|.*");
rx.setPattern("\\|.*$");
line.remove(rx);
line = line.simplified();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment