Rename wxGenericProgressDialog::ProgressDialogState to just State.
Repeating "ProgressDialog" twice is redundant. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
|
||||
// This enum is an implementation detail and should not be used
|
||||
// by user code.
|
||||
enum ProgressDialogState
|
||||
enum State
|
||||
{
|
||||
Uncancelable = -1, // dialog can't be canceled
|
||||
Canceled, // can be cancelled and, in fact, was
|
||||
@@ -121,7 +121,7 @@ protected:
|
||||
|
||||
|
||||
// continue processing or not (return value for Update())
|
||||
ProgressDialogState m_state;
|
||||
State m_state;
|
||||
|
||||
// the maximum value
|
||||
int m_maximum;
|
||||
|
Reference in New Issue
Block a user