New DnD and Clipboard code
Rearranged wxApp to do the same in the same order upon program start-up on wxGTK and wxMSW ODBC tweaks exchanged wxDataFormat for wxIPCFormat git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -26,7 +26,7 @@ enum DialogModes {mView,mCreate,mEdit,mSearch};
|
||||
|
||||
|
||||
// Name of the table to be created/opened
|
||||
const char CONTACT_TABLE_NAME[] = "CONTACTS";
|
||||
const char CONTACT_TABLE_NAME[] = "contacts";
|
||||
|
||||
// Nuber of columns in the above table
|
||||
const int CONTACT_NO_COLS = 12; // 0-11
|
||||
|
Reference in New Issue
Block a user