mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
13.02.2008 104d0a1e9c7ae327c0d1bdb630647ed14fd58007
Add a line break to the progress message displayed when we enable the windows service.
2 files modified
5 ■■■■■ changed files
opendj-sdk/opends/src/messages/messages/quicksetup.properties 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/messages/messages/quicksetup.properties
@@ -734,7 +734,7 @@
INFO_PROGRESS_DISABLING_WINDOWS_SERVICE=Disabling Windows Service...
INFO_PROGRESS_DONE=Done.
INFO_PROGRESS_DOWNLOADING=Downloading
INFO_PROGRESS_ENABLING_WINDOWS_SERVICE=Enabling Windows Service...
INFO_PROGRESS_ENABLING_WINDOWS_SERVICE=Enabling Windows Service
INFO_PROGRESS_ERROR=Error.
INFO_PROGRESS_EXTRACTING=Extracting %s
INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED=Importing \
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -1753,10 +1753,11 @@
   * @throws ApplicationException if something goes wrong.
   */
  protected void enableWindowsService() throws ApplicationException {
      notifyListeners(getFormattedProgress(
      notifyListeners(getFormattedWithPoints(
        INFO_PROGRESS_ENABLING_WINDOWS_SERVICE.get()));
      InstallerHelper helper = new InstallerHelper();
      helper.enableWindowsService();
      notifyListeners(getLineBreak());
  }
  /**