Correction of a commented out line of code so that if ever uncommented, it will work in unicode builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -376,7 +376,7 @@ bool BrowserDB::OnSelect(wxString tb_Name, int Quiet) | |||||||
|         return false; |         return false; | ||||||
|     } |     } | ||||||
|     //--------------------------------------------------------------------------------------- |     //--------------------------------------------------------------------------------------- | ||||||
|     // SetColDefs ( 0,"NAME",DB_DATA_TYPE_VARCHAR,Name,SQL_C_CHAR,sizeof(Name),true,true);  // Primary index |     // SetColDefs ( 0, "NAME", DB_DATA_TYPE_VARCHAR, Name, SQL_C_WXCHAR, sizeof(Name), true, true);  // Primary index | ||||||
|     //--------------------------------------------------------------------------------------- |     //--------------------------------------------------------------------------------------- | ||||||
|     if (!Quiet) |     if (!Quiet) | ||||||
|     { |     { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user