Ignore:
Timestamp:
01/19/06 18:24:04 (19 years ago)
Author:
boris
Message:
  • a bunch of cosmetic changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.ui/src/org/modelica/mdt/ui/wizards/NewClassWizard.java

    r244 r266  
    243243                public void widgetSelected(SelectionEvent e)
    244244                {
    245                     classTypeChanged();
     245                    restrictionTypeChanged();
    246246                    lastClassTypeSelected = classType.getSelectionIndex();
    247247                }
     
    309309             */
    310310            classType.select(lastClassTypeSelected);
    311             classTypeChanged();
     311            restrictionTypeChanged();
    312312        }
    313313
     
    319319         * combo's selection.
    320320         */
    321         private void classTypeChanged()
     321        private void restrictionTypeChanged()
    322322        {
    323323            /*
Note: See TracChangeset for help on using the changeset viewer.