X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/HTMLFileWizard.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/HTMLFileWizard.java index f67dbfb..0f9c718 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/HTMLFileWizard.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/HTMLFileWizard.java @@ -56,12 +56,10 @@ public class HTMLFileWizard extends Wizard implements INewWizard { private ISelection selection; - // the name of the file to create - private String fFileName; - public HTMLFileWizard() { super(); setNeedsProgressMonitor(true); + setWindowTitle(PHPWizardMessages.getString("WizardNewProjectCreationPage.html.windowTitle")); } /** @@ -176,10 +174,4 @@ public class HTMLFileWizard extends Wizard implements INewWizard { this.selection = selection; } - /** - * Sets the name of the file to create (used to set the class name in the new file) - */ - public void setFileName(String name) { - fFileName = name; - } } \ No newline at end of file