| | |
| | | * |
| | | * |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.quicksetup.installer.ui; |
| | |
| | | message = Utils.getCustomizedObject( |
| | | "INFO_WELCOME_PANEL_WEBSTART_INSTRUCTIONS", |
| | | INFO_WELCOME_PANEL_WEBSTART_INSTRUCTIONS.get( |
| | | DynamicConstants.SHORT_NAME, |
| | | DynamicConstants.SHORT_NAME, |
| | | UIFactory.applyFontToHtml(cmd, |
| | | UIFactory.INSTRUCTIONS_MONOSPACE_FONT), |
| | | DynamicConstants.SHORT_NAME, |
| | | DynamicConstants.COMPACT_VERSION_STRING, |
| | | DynamicConstants.BUILD_ID), |
| | | DynamicConstants.BUILD_ID, |
| | | DynamicConstants.SHORT_NAME, |
| | | DynamicConstants.SHORT_NAME), |
| | | Message.class); |
| | | } |
| | | else |