Add $ and ` for escaping and reorder it according to the ascii values

This commit is contained in:
Patrick Winnertz 2009-01-07 19:43:38 +01:00
parent 2bce868a9b
commit 25125440a4
1 changed files with 0 additions and 1 deletions

View File

@ -1526,4 +1526,3 @@ Q_ (const char *s)
sep = strchr(result, '|');
return (sep != NULL) ? sep + 1 : result;
}