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

If hitting ESC at Editor Info File prompt, don't prompt for lowercase

Slight usability improvement.
parent b8cc0c0e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -2006,6 +2006,8 @@ void xedit_cfg()
;
k=uifc.list(WIN_MID|WIN_SAV,0,0,0,&k,0,"Editor Information Files"
,opt);
if(k == -1)
break;
if(!k && !(cfg.xedit[i]->misc&QUICKBBS)) {
cfg.xedit[i]->misc|=QUICKBBS;
uifc.changes=TRUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment