Skip to content
Snippets Groups Projects
Commit 1e33d60b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Reverse the order of the Delete File and Remove Credits prompts

To match the Remove file command sequence (for consistency).
parent 370b79dd
No related branches found
No related tags found
No related merge requests found
......@@ -642,8 +642,8 @@ int sbbs_t::batchflagprompt(smb_t* smb, file_t** bf, ulong* row, uint total
remcdt = TRUE;
remfile = TRUE;
if(dir_op(smb->dirnum)) {
remcdt=!noyes(text[RemoveCreditsQ]);
remfile=!noyes(text[DeleteFileQ]);
remcdt=!noyes(text[RemoveCreditsQ]);
}
}
else if(ch=='M') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment