#At file:///C:/Users/Reggie/work/wex/installer-updated/ based on revid:reggie.burnett@stripped
282 Reggie Burnett 2011-02-02
fix typo
modified:
WexInstaller/Controls/InstallWizardControl.cs
WexInstaller/MainForm.cs
=== modified file 'WexInstaller/Controls/InstallWizardControl.cs'
=== modified file 'WexInstaller/Controls/InstallWizardControl.cs'
--- a/WexInstaller/Controls/InstallWizardControl.cs 2011-02-01 18:46:41 +0000
+++ b/WexInstaller/Controls/InstallWizardControl.cs 2011-02-02 15:07:37 +0000
@@ -163,7 +163,7 @@
ShowTab(updateTab, really, 0);
}
- public void ShowDetailedUpadte(bool really)
+ public void ShowDetailedUpdate(bool really)
{
ShowTab(detailedUpdateTab, really, 0);
wizardPages.SelectedIndex = 0;
=== modified file 'WexInstaller/MainForm.cs'
--- a/WexInstaller/MainForm.cs 2010-11-30 20:23:23 +0000
+++ b/WexInstaller/MainForm.cs 2011-02-02 15:07:37 +0000
@@ -62,7 +62,7 @@
}
}
- installWizardControl.ShowDetailedUpadte(true);
+ installWizardControl.ShowDetailedUpdate(true);
installWizardControl.ShowFeatureSelection(false);
installWizardControl.ShowType(false);
installWizardControl.ShowUpdateCheck(false);
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20110202150737-x9bmg27jfcvnilfl.bundle
| Thread |
|---|
| • bzr commit into wex-installer-1.0 branch (reggie.burnett:282) | Reggie Burnett | 2 Feb |