updated french translation; set counter dialog allows negative values

This commit is contained in:
Max-Wilhelm Bruker 2011-03-08 23:22:40 +01:00
parent af8e498ab2
commit dda5429618
2 changed files with 576 additions and 984 deletions

View file

@ -119,7 +119,7 @@ void AbstractCounter::setCounter()
{
bool ok;
dialogSemaphore = true;
int newValue = QInputDialog::getInteger(0, tr("Set counter"), tr("New value for counter '%1':").arg(name), value, 0, 2000000000, 1, &ok);
int newValue = QInputDialog::getInteger(0, tr("Set counter"), tr("New value for counter '%1':").arg(name), value, -2000000000, 2000000000, 1, &ok);
if (deleteAfterDialog) {
deleteLater();
return;

File diff suppressed because it is too large Load diff