Merged revisions 834292 via svnmerge from

svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepim

........
  r834292 | tmcguire | 2008-07-18 17:25:52 +0200 (Fri, 18 Jul 2008) | 3 lines
  
  Add comment about this.
  SVN_SILENT
........

svn path=/branches/kdepim/enterprise4/kdepim/; revision=835346
wilder-work
Thomas McGuire 18 years ago
parent 6c2925789b
commit 354e3f5d24
  1. 4
      templateparser.cpp

@ -67,9 +67,13 @@ int TemplateParser::parseQuotes( const QString &prefix, const QString &str,
int pos = prefix.length();
int len;
int str_len = str.length();
// Also allow the german lower double-quote sign as quote separator, not only
// the standard ASCII quote ("). This fixes bug 166728.
QList< QChar > quoteChars;
quoteChars.append( '"' );
quoteChars.append( 0x201C );
QChar prev = QChar::null;
pos++;

Loading…
Cancel
Save