X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/PHPFileWizard.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/PHPFileWizard.java index e04bf7e..7cae6d8 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/PHPFileWizard.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/PHPFileWizard.java @@ -56,12 +56,10 @@ public class PHPFileWizard extends Wizard implements INewWizard { private ISelection selection; - // the name of the file to create - private String fFileName; - public PHPFileWizard() { super(); setNeedsProgressMonitor(true); + setWindowTitle(PHPWizardMessages.getString("WizardNewProjectCreationPage.windowTitle")); } /** @@ -224,10 +222,4 @@ public class PHPFileWizard 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