[loc] flag "Deleting partitions" message as a potential lengthy operation

* Also use this update to factorize all "This may take a while" messages.
This commit is contained in:
Pete Batard 2020-06-03 16:03:20 +01:00
parent ba3665d990
commit 3b327bff83
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
7 changed files with 166 additions and 127 deletions

View file

@ -3397,7 +3397,7 @@ relaunch:
if ((msg.message == WM_SYSKEYDOWN) && (msg.wParam == 'G')) {
enable_VHDs = !enable_VHDs;
WriteSettingBool(SETTING_DISABLE_VHDS, !enable_VHDs);
PrintStatusTimeout(lmprintf(MSG_307), enable_VHDs);
PrintStatusTimeout(lmprintf(MSG_308), enable_VHDs);
GetDevices(0);
continue;
}