]> git.saurik.com Git - wxWidgets.git/commit
implement support for custom button labels in wxMessageBox under MSW; refactor the...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 5 Sep 2008 14:39:36 +0000 (14:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 5 Sep 2008 14:39:36 +0000 (14:39 +0000)
commit23e00c551b1d9b109a0f82ae2906dea0cd4718c2
treeb242fc04cbc7ed654b86018dfc5532e8f1eb5fc4
parent433aca2d0d6f056ecb1097196d1a2f9e0c3d5e64
implement support for custom button labels in wxMessageBox under MSW; refactor the code to reuse the existing setters in Mac ports for MSW as well

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/msgdlg.h
include/wx/msgdlg.h
include/wx/msw/msgdlg.h
include/wx/osx/carbon/msgdlg.h
src/cocoa/msgdlg.mm
src/msw/msgdlg.cpp
src/osx/carbon/msgdlg.cpp