Skip to content
Snippets Groups Projects
Commit ae0cdd2d 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 a4172751
No related branches found
No related tags found
No related merge requests found
......@@ -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