Use generic wxAboutBox() in wxUniv/GTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Apr 2012 22:25:07 +0000 (22:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Apr 2012 22:25:07 +0000 (22:25 +0000)
commit6ce2b9f11fca76969fcdabbdaa8141b2ff80e16a
tree6a1a653638cf222cb2491e9077c80aad03eb4f54
parentc87df234ac1e46508ee0cab29c3ee933cd3151b8
Use generic wxAboutBox() in wxUniv/GTK.

The native GTK implementation is not used in wxUniv/GTK, so don't exclude the
generic one as well.

Notice that the same should be done for wxMSW and wxOSX too but we currently
seem to use the native version even in wxUniv there. It would be better to
consistently use the generic version in all wxUniv ports.

Closes #14236.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/aboutdlgg.cpp