From 0fde13fce2ac42bfb55b3b9f64f3d0f0aa429d65 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 05 Jun 2007 09:44:12 +0000
Subject: [PATCH] Fix for issue 1616. Even if the install fails, display the button to give access to the status panel.
---
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java b/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
index 0f00f0e..e367004 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -1032,7 +1032,7 @@
getFormattedSuccess(
getMsg("summary-install-finished-successfully", args)));
hmSummary.put(InstallProgressStep.FINISHED_WITH_ERROR,
- getFormattedError(getMsg("summary-install-finished-with-error")));
+ getFormattedError(getMsg("summary-install-finished-with-error", args)));
}
/**
--
Gitblit v1.10.0