Fix mismatches between format strings and arguments.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 2010 23:32:30 +0000 (23:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 2010 23:32:30 +0000 (23:32 +0000)
commite22fa4d7b2608c333d8ffdb9807973b6967a2087
tree40ce87abc8f5daf1a7a4812d12139ccdbcf2249a
parent76435717cf8d323cc5a13520a2cc40e2fcb4db6f
Fix mismatches between format strings and arguments.

This corrects the asserts which are now triggered when the actual arguments
don't match the format string.

Closes #12265.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/drawing/drawing.cpp
src/aui/framemanager.cpp
utils/wxrc/wxrc.cpp