]> git.saurik.com Git - wxWidgets.git/commit
Make art provider id of type "char *" instead of "wxChar *".
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 Dec 2010 17:38:51 +0000 (17:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 Dec 2010 17:38:51 +0000 (17:38 +0000)
commit19be42b7609c1689b846542ab0307f045686380c
tree70bf634910687f9cdeb2c058bc57ccff8c91c7a9
parent46eada874a6e63143589f437713648ca8fb90f71
Make art provider id of type "char *" instead of "wxChar *".

These strings don't need to be wide and, as elsewhere, prefer the
compatibility with 2.8 ANSI build to compatibility with Unicode build.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/artprov.h
samples/artprov/artbrows.cpp
src/generic/logg.cpp