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

jvergara
05.04.2007 b7eaa6fa023b868aa8154610c05801a94ed0afea
opends/src/quicksetup/org/opends/quicksetup/ButtonName.java
@@ -46,6 +46,10 @@
   */
  QUIT,
  /**
   * The Continue with install button.
   */
  CONTINUE_INSTALL,
  /**
   * The Close button.
   */
  CLOSE,
@@ -56,5 +60,9 @@
  /**
   * The Cancel button.
   */
  CANCEL
  CANCEL,
  /**
   * The Launch Status Panel button.
   */
  LAUNCH_STATUS_PANEL
}