Non-standard abbreviations of words in function/variable names changed to standard...
authorGeorge Tasker <gtasker@allenbrook.com>
Tue, 28 Dec 2004 21:10:12 +0000 (21:10 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Tue, 28 Dec 2004 21:10:12 +0000 (21:10 +0000)
commitb803274045e166c45d16f1d10c3e563b97685b74
tree43186038a4589c66dee8fec3d5ca274571366943
parentb8126f938c79dc0a33801d8895365dc577df99c7
Non-standard abbreviations of words in function/variable names changed to  standard abbreviations or the entire word (e.g. colNo is now colNum)
If SetColDef is called with an out of range index, the function in debug will throw an assert msg, and call wxLogDebug(), and then return without doing anything.  The function now returns a boolean to indicate if the column definition was successfully created or not

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dbtable.h
src/common/dbgrid.cpp
src/common/dbtable.cpp