mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 11:04:44 +00:00
GUI: Minor space change to test weblate pot file update
This commit is contained in:
parent
680f816570
commit
8327daa81f
@ -2129,7 +2129,6 @@ void GlobalOptionsDialog::addMiscControls(GuiObject *boss, const Common::String
|
||||
_updatesPopUp = new PopUpWidget(boss, prefix + "UpdatesPopup");
|
||||
|
||||
const int *vals = Common::UpdateManager::getUpdateIntervals();
|
||||
|
||||
while (*vals != -1) {
|
||||
_updatesPopUp->appendEntry(Common::UpdateManager::updateIntervalToString(*vals), *vals);
|
||||
vals++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user