Add a missing DITEM_CONTINUE flag so the options menu returns to the

correct place when you exit it with 'Q'.

PR:		misc/47906
MFC after:	3 days
This commit is contained in:
Murray Stokely 2003-07-13 07:29:06 +00:00
parent cab203686d
commit e745a174df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117509

View file

@ -306,7 +306,7 @@ optionsEditor(dialogMenuItem *self)
clear();
dialog_clear();
restorescr(w);
return DITEM_SUCCESS;
return DITEM_SUCCESS | DITEM_CONTINUE;
default:
beep();