Change demo to not try to drop the table when it thinks it is creating it for the first time - per Paul Gammans
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
21e052699d
commit
beb0d04d04
@ -1157,7 +1157,7 @@ bool CeditorDlg::Initialize()
|
||||
return FALSE;
|
||||
}
|
||||
else
|
||||
wxGetApp().CreateDataTable(TRUE);
|
||||
wxGetApp().CreateDataTable(FALSE);
|
||||
}
|
||||
|
||||
// Tables must be "opened" before anything other than creating/deleting table can be done
|
||||
|
Loading…
Reference in New Issue
Block a user