/branches/Version133x/Scribus/scribus/plugins/gettext/pdbim/pdbim.cpp |
---|
98,7 → 98,7 |
strncmp( m_header.creator, DOC_CREATOR, sizeof(m_header.creator))) |
{ |
QMessageBox::warning(ScMW, QObject::tr("PDB Import", "PDB Importer"), |
"<qt>" + QObject::tr("This file is not recognized as a PDB document propably. Please, report this as a bug if you are sure it is one.", "PDB Importer") + "</qt>", |
"<qt>" + QObject::tr("This file is not recognized as a PDB document. Please, report this as a bug if you are sure it is one.", "PDB Importer") + "</qt>", |
0); |
return; |
} |
/branches/Version133x/Scribus/scribus/plugins/barcodegenerator/barcodegenerator.cpp |
---|
240,7 → 240,7 |
bool BarcodeGenerator::codeEdit_check(const QString& )//s) |
{ |
/* propably not needed as the backend do it for us (PV) |
/* probably not needed as the backend do it for us (PV) |
QRegExp rx(map[bcCombo->currentText()].regularExp); |
if (!rx.exactMatch(s)) |
{ |