Task: Lexer::Type::word arguments are dequoted before being stored

This commit is contained in:
Paul Beckingham 2015-07-10 13:15:42 -04:00
parent 21be6862db
commit 4d82dd7985

View file

@ -2122,6 +2122,8 @@ void Task::modify (modType type, bool text_required /* = false */)
// any.
if (text != "")
{
Lexer::dequote (text);
switch (type)
{
case modReplace: