- fix AtlasBatchGeometry wizard title

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10101 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2013-01-18 22:13:02 +00:00
parent fb90a0b701
commit f1ee873706

View File

@ -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;