From f1ee873706ffad3b4f51442427b5cef8785ab6eb Mon Sep 17 00:00:00 2001 From: "nor..67" Date: Fri, 18 Jan 2013 22:13:02 +0000 Subject: [PATCH] SDK: - fix AtlasBatchGeometry wizard title git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10101 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- .../sceneexplorer/nodes/actions/impl/AtlasBatchGeometry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/jme3-core/src/com/jme3/gde/core/sceneexplorer/nodes/actions/impl/AtlasBatchGeometry.java b/sdk/jme3-core/src/com/jme3/gde/core/sceneexplorer/nodes/actions/impl/AtlasBatchGeometry.java index 725cdf97e..35447a34b 100644 --- a/sdk/jme3-core/src/com/jme3/gde/core/sceneexplorer/nodes/actions/impl/AtlasBatchGeometry.java +++ b/sdk/jme3-core/src/com/jme3/gde/core/sceneexplorer/nodes/actions/impl/AtlasBatchGeometry.java @@ -141,7 +141,7 @@ public class AtlasBatchGeometry extends AbstractToolWizardAction { WizardDescriptor wiz = new WizardDescriptor(new WizardDescriptor.ArrayIterator(panels)); // {0} will be replaced by WizardDesriptor.Panel.getComponent().getName() wiz.setTitleFormat(new MessageFormat("{0}")); - wiz.setTitle("...dialog title..."); + wiz.setTitle("Create Batch with Texture Atlas"); if (DialogDisplayer.getDefault().notify(wiz) == WizardDescriptor.FINISH_OPTION) { // do something return wiz;