]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/db/dbtest.h
by default the ctrl accepts keyboard input now (why wouldn't it?)
[wxWidgets.git] / samples / db / dbtest.h
index 0a58f99fe0d66179abe7a9563ccea2e7b1919e3b..516204e3897aeea72a468c422f208f005f3ac6b6 100644 (file)
@@ -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