File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ class CZipExtract :
163
163
m_pExtract->m_DirectoryChanged = false ;
164
164
::EnableWindow (GetDlgItem(IDC_PASSWORD), FALSE); /* Not supported for now */
165
165
GetParent ().CenterWindow (::GetDesktopWindow ());
166
+ SetWizardButtons (PSWIZB_NEXT);
166
167
return 0 ;
167
168
}
168
169
@@ -171,6 +172,7 @@ class CZipExtract :
171
172
::EnableWindow (GetDlgItem(IDC_BROWSE), FALSE);
172
173
::EnableWindow (GetDlgItem(IDC_DIRECTORY), FALSE);
173
174
::EnableWindow (GetDlgItem(IDC_PASSWORD), FALSE);
175
+ SetWizardButtons (0 );
174
176
175
177
if (m_pExtract->m_DirectoryChanged )
176
178
UpdateDirectory ();
@@ -183,6 +185,7 @@ class CZipExtract :
183
185
::EnableWindow (GetDlgItem(IDC_BROWSE), TRUE);
184
186
::EnableWindow (GetDlgItem(IDC_DIRECTORY), TRUE);
185
187
::EnableWindow (GetDlgItem(IDC_PASSWORD), FALSE); /* Not supported for now */
188
+ SetWizardButtons (PSWIZB_NEXT);
186
189
187
190
return TRUE ;
188
191
}
You can’t perform that action at this time.
0 commit comments