qtmultimedia related compile fix (hopefully), adjusted maximum ban duration

This commit is contained in:
Max-Wilhelm Bruker 2011-09-21 21:06:19 +02:00
parent 8344920fdc
commit a61558117f
2 changed files with 8 additions and 3 deletions

View file

@ -24,6 +24,7 @@ BanDialog::BanDialog(QWidget *parent)
durationEdit = new QSpinBox;
durationEdit->setMinimum(0);
durationEdit->setValue(5);
durationEdit->setMaximum(99999999);
QLabel *reasonLabel = new QLabel(tr("Please enter the reason for the ban.\nThis is only saved for moderators and cannot be seen by the banned person."));
reasonEdit = new QPlainTextEdit;