git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1881
91ce42f0-d328-0410-95d8-
f526ca767f89
+10-03-2005 :
+ - wxbMainFrame : Fix bug #0000221 (Debian 292517)
+
13-08-2004 :
- wxbHistoryTextCtrl : Fixed Win32 build error
- general : implemented command completion and interactive help.
int res = ::wxGetSingleChoiceIndex(message,
"wx-console: unexpected director's question.", n, choices, this);
- if (res == -1) {
- Send("\n");
+ if (res == -1) { //Cancel pressed
+ Send(".\n");
}
else {
if (promptparser->isNumericalChoice()) {