added wxArtProvider::GetMessageBoxIcon() to avoid duplicating the same code in generi...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Dec 2007 19:39:59 +0000 (19:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Dec 2007 19:39:59 +0000 (19:39 +0000)
commit1970409e33ce5aa182fa40ea499e532fdbf1982d
treee419e2f06a614eec273c737d9435dcaea68a5783
parentfaeaa9db1cd8b68b36e659839635e61f89e647c7
added wxArtProvider::GetMessageBoxIcon() to avoid duplicating the same code in generic message and log dialogs (and soon notification message too)

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