Clean pattern messages.
Replace \" with ".
This commit is contained in:
parent
d2c6ebba21
commit
c8f12690bc
|
@ -305,6 +305,8 @@ QString VAbstractApplication::ClearMessage(QString msg)
|
|||
msg.chop(1);
|
||||
}
|
||||
|
||||
msg.replace("\\\"", "\"");
|
||||
|
||||
return msg;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user