#At file:///C:/src/bzr.mysql/wex/installer/ based on revid:iggy@stripped
289 Iggy Galarza 2011-02-02
Use red text for failing config.
modified:
WexInstaller/InstallWizard/AllConfigOverview.cs
=== modified file 'WexInstaller/InstallWizard/AllConfigOverview.cs'
--- a/WexInstaller/InstallWizard/AllConfigOverview.cs 2011-02-02 16:40:59 +0000
+++ b/WexInstaller/InstallWizard/AllConfigOverview.cs 2011-02-02 21:50:03 +0000
@@ -127,6 +127,8 @@ namespace WexInstaller
int currentIndex = productList.Items.IndexOf(configuringItem);
configuringItem.StateImageIndex += (e.Type == ConfigurationEventType.Error) ? 2 : 1;
+ if (e.Type == ConfigurationEventType.Error)
+ configuringItem.ForeColor = Color.Red;
productList.ShowProgressBar(false);
if ((currentIndex > 0) && ((currentIndex + 1) < productList.Items.Count))
{
Attachment: [text/bzr-bundle] bzr/iggy@mysql.com-20110202215003-i1ebxg5bcflc8rdu.bundle
| Thread |
|---|
| • bzr commit into wex-installer-1.0 branch (iggy:289) | Iggy Galarza | 2 Feb |