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

abobrov
18.44.2007 24c021c8d73c18a7aa9104a6333279f4bb150a6b
opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2006 Sun Microsystems, Inc.
 *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
 */
package org.opends.quicksetup.installer;
@@ -195,6 +195,8 @@
    {
      public void run()
      {
        // Setup MacOSX native menu bar before AWT is loaded.
        Utils.setMacOSXMenuBar(getMsg("frame-install-title"));
        SplashScreen.main(args);
        returnValue[0] = 0;
      }