[openbnc-cvs] openbnc/menuconf menuconf.c,1.2,1.3
Status: Beta
Brought to you by:
andrereis
From: Nuno A. <nun...@us...> - 2004-06-04 16:12:05
|
Update of /cvsroot/openbnc/openbnc/menuconf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16451/openbnc/menuconf Modified Files: menuconf.c Log Message: Index: menuconf.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/menuconf/menuconf.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- menuconf.c 4 Jun 2004 15:46:22 -0000 1.2 +++ menuconf.c 4 Jun 2004 16:11:44 -0000 1.3 @@ -170,7 +170,9 @@ "106:", "FAQ for Version " APPVER, "107:", - "Changes for Version " APPVER + "Changes for Version " APPVER, + "108:", + "Exit..." }; /* @@ -2064,6 +2066,8 @@ case 107: rc=dialog_textbox ("Last Changes", "CHANGES", 21, 78); break; + case 108: + return 0x0; } } if(rc==1) |