]> git.saurik.com Git - wxWidgets.git/commit
Use stock ids for menu items in the config sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 Dec 2010 13:57:08 +0000 (13:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 Dec 2010 13:57:08 +0000 (13:57 +0000)
commit41271da4af366747f6195db5d5151ae063891918
tree417b508fbf3a8de997d6164c2dccb85267183308
parentac78a90a1a8244297a5714d65dda184312b72ad2
Use stock ids for menu items in the config sample.

This not only removes some unnecessary code from the sample but also fixes a
problem due to the use of a 0 id under wxOSX (which is unsupported there).

Closes #12788.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/config/conftest.cpp