- bugfix to use proper autorefresh time in master server menu

This commit is contained in:
Mark Vejvoda 2010-06-24 11:30:54 +00:00
parent 475da10605
commit 9c37a8ec6d

View File

@ -170,6 +170,7 @@ MenuStateMasterserver::MenuStateMasterserver(Program *program, MainMenu *mainMen
listBoxAutoRefresh.pushBackItem("20 s");
listBoxAutoRefresh.pushBackItem("30 s");
listBoxAutoRefresh.setSelectedItemIndex(1);
autoRefreshTime=10*listBoxAutoRefresh.getSelectedItemIndex();
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);