- Still working on program preferences in Web UI (not functional yet)

This commit is contained in:
Christophe Dumez 2009-11-26 08:29:06 +00:00
parent 9a16a9d11b
commit d79cd07d50
2 changed files with 56 additions and 1 deletions

View file

@ -108,7 +108,7 @@ QString HttpConnection::translateDocument(QString data) {
bool found = false;
do {
found = false;
QRegExp regex("_\\(([\\w\\s?!:\\/\\.]+)\\)");
QRegExp regex("_\\(([\\w\\s?!:\\/\\(\\)\\.]+)\\)");
i = regex.indexIn(data, i);
if(i >= 0) {
//qDebug("Found translatable string: %s", regex.cap(1).toUtf8().data());