small refactoring to avoid code duplication; renamed wxProgressDialog::UpdatePulse...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Oct 2006 21:08:11 +0000 (21:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Oct 2006 21:08:11 +0000 (21:08 +0000)
commitf4aa7ec32b0e9181888f1bc9b291bb21d0e16561
tree0e6eee60ea13c2604a2adcb0c7ae4d06e074cb12
parent2baa2b0eefea7c1cb1daf463e6f29b023e64aecb
small refactoring to avoid code duplication; renamed wxProgressDialog::UpdatePulse() to just Pulse(); added test for it in the dialogs sample (part of the patch 1551409 which somehow wasn't applied before)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/generic/progdlgg.h
samples/dialogs/dialogs.cpp
src/generic/progdlgg.cpp