- fix AtlasBatchGeometry wizard title

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10101 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent fb90a0b701
commit f1ee873706
  1. 2
      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<WizardDescriptor>(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;

Loading…
Cancel
Save