Some but not all compile fixes for typetest (VC++ 1.5); added datetime.cpp
to 16-bit compile list; edited isql.h for 16-bit (but not right since doesn't link) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1432,7 +1432,7 @@ bool CparameterDlg::PutData()
|
||||
bool CparameterDlg::GetData()
|
||||
{
|
||||
wxString tStr;
|
||||
if (pParamODBCSourceList->GetStringSelection())
|
||||
if (pParamODBCSourceList->GetStringSelection() != "")
|
||||
{
|
||||
tStr = pParamODBCSourceList->GetStringSelection();
|
||||
if (tStr.Length() > (sizeof(wxGetApp().params.ODBCSource)-1))
|
||||
|
Reference in New Issue
Block a user