git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1297
91ce42f0-d328-0410-95d8-
f526ca767f89
24-04-2003 :
+ - wxbMainFrame : When starting wx-console, the initial key
+ input focus is set into the command window.
- wxbMainFrame : the user is now prompted when an
unexpected "question" is asked).
- wxbRestorePanel : configure is allowed to change fileset
/* Enable or disable console typing */
void wxbMainFrame::EnableConsole(bool enable) {
typeCtrl->Enable(enable);
+ typeCtrl->SetFocus();
}
/*