diff --git a/kemu/kemumainwindow.cpp b/kemu/kemumainwindow.cpp index 4769f190..4d41df2d 100644 --- a/kemu/kemumainwindow.cpp +++ b/kemu/kemumainwindow.cpp @@ -171,7 +171,7 @@ void KEmuMainWindow::createHardDisk() bool ok = false; const int diskSize = KInputDialog::getInteger( i18n("Hard Disk size"), - i18n("Hard Disk size in MegaBytes"), 10, 10, INT_MAX, 1, 10, &ok, this + i18n("Hard Disk size in MegaBytes"), 10, 10, INT_MAX, 1, &ok, this ); if (ok) { QProcess imageProcess(this);