[openbnc-cvs] openbnc/menuconf menuconf.c,1.3,1.4
Status: Beta
Brought to you by:
andrereis
From: Nuno A. <nun...@us...> - 2004-06-04 16:39:42
|
Update of /cvsroot/openbnc/openbnc/menuconf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23404/openbnc/menuconf Modified Files: menuconf.c Log Message: Index: menuconf.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/menuconf/menuconf.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- menuconf.c 4 Jun 2004 16:11:44 -0000 1.3 +++ menuconf.c 4 Jun 2004 16:39:32 -0000 1.4 @@ -360,7 +360,7 @@ #define INIFILE "PSYBNC" -char configfile[]="psybnc.conf"; +char configfile[]="openbnc.conf"; /* Data Definitions */ @@ -2033,7 +2033,7 @@ selection[0]=0; init_dialog(); rc=dialog_menu( APPNAME " " APPVER " - Configuration","Welcome to the " APPNAME " Configuration-Tool. Please select the section of Options you want to change.", - 21,75,12,lchoice,7,mainmenu); + 21,75,12,lchoice,8,mainmenu); extractparam(); end_dialog(); if(rc==0) /* choose */ |