use wxWindow::NewControlId() instead of wxNewId() to avoid clashes with the user...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 18 Jan 2007 14:15:54 +0000 (14:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 18 Jan 2007 14:15:54 +0000 (14:15 +0000)
commit9249d38d6e18ba24119fefa8970b6e8ce7104de3
treef3e2c8c7a263fde24039429a8916e75cdb303e6a
parentfb96cf856e152671099f464f5d1defa429bfc4ef
use wxWindow::NewControlId() instead of wxNewId() to avoid clashes with the user-defined ids

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/tbarbase.h
include/wx/timer.h
include/wx/xrc/xmlres.h
src/common/menucmn.cpp
src/generic/choicbkg.cpp
src/generic/listbkg.cpp
src/generic/toolbkg.cpp
src/generic/treebkg.cpp
src/xrc/xmlres.cpp