/[cashew-s-editor]/cashews/src/nongnu/cashews/eclipse/composer/ui/DiagramCreationWizard.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/eclipse/composer/ui/DiagramCreationWizard.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by gnu_andrew, Thu Mar 31 17:35:21 2005 UTC revision 1.2 by gnu_andrew, Thu May 5 23:47:59 2005 UTC
# Line 98  class WizardPage extends WizardNewFileCr Line 98  class WizardPage extends WizardNewFileCr
98    
99    public WizardPage(IWorkbench aWorkbench, IStructuredSelection selection)    public WizardPage(IWorkbench aWorkbench, IStructuredSelection selection)
100    {    {
101      super("riverPage1", selection);      super("Workflow Page1", selection);
102      this.setTitle("Create River Model");      this.setTitle("Create Workflow Model");
103      this.setDescription("Create a new River model");      this.setDescription("Create a new workflow");
104      this.workbench = aWorkbench;      this.workbench = aWorkbench;
105    }    }
106    
# Line 134  class WizardPage extends WizardNewFileCr Line 134  class WizardPage extends WizardNewFileCr
134    public void createControl(Composite parent)    public void createControl(Composite parent)
135    {    {
136      super.createControl(parent);      super.createControl(parent);
137      this.setFileName("model.river");      this.setFileName("cashew.cws");
138      setPageComplete(validatePage());      setPageComplete(validatePage());
139    }    }
140    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26