No changes, just use less long progress dialog states names.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 10 Sep 2010 17:25:45 +0000 (17:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 10 Sep 2010 17:25:45 +0000 (17:25 +0000)
commit979901c8df3c6b67e7ee7ba3fea45c125e56c377
tree0c1715586153867c5d587fe27e0b74b6402fe805
parent928da15b8e2d469bcfc951d88a1e4fcccaa19603
No changes, just use less long progress dialog states names.

We can refer to them using wxProgressDialog class name and not the base
wxGenericProgressDialog so do this as it is shorter and more clear because
these states have nothing to do with the generic version when used by the
native MSW implementation.

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