Ignore:
Timestamp:
08/20/12 17:28:47 (12 years ago)
Author:
wschamai
Message:

MOD: preference pages for editors removed
BUG FIX: locate in report dialog
MOD: preference page for VeM generation (generate verdict)
MOD: new relations dialog (requirements ID and name)
MOD: analyze sim. results dialog (record only requirement status and clients option is disabled by default)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.view.componentstree/src/org/openmodelica/modelicaml/view/componentstree/views/ComponentsTree.java

    r1635 r1637  
    16461646        }
    16471647
    1648         actionLinkWithEditor.setText("Link with Papyrus Model Explorer");
    1649         actionLinkWithEditor.setToolTipText("Link with Papyrus Model Explorer");
     1648        actionLinkWithEditor.setText("Link with Model Explorer");
     1649        actionLinkWithEditor.setToolTipText("Link with Model Explorer");
    16501650        actionLinkWithEditor.setImageDescriptor(PlatformUI.getWorkbench().getSharedImages().getImageDescriptor(ISharedImages.IMG_ELCL_SYNCED));
    16511651   
     
    21842184       
    21852185            if (getCurrentSelections() != null && getCurrentSelections().size() > 0 ) {
     2186               
    21862187                selectedElement = (EObject) adaptSelectedElement(getCurrentSelections().get(0));
     2188               
    21872189                if (selectedElement instanceof Class ) {
    21882190                    selectedClass = (Class) selectedElement;
Note: See TracChangeset for help on using the changeset viewer.