]> gerrit.simantics Code Review - simantics/district.git/commitdiff
Rename element selection view in UI to "District Finder" 49/4049/1
authorReino Ruusu <reino.ruusu@semantum.fi>
Fri, 27 Mar 2020 11:46:45 +0000 (13:46 +0200)
committerReino Ruusu <reino.ruusu@semantum.fi>
Fri, 27 Mar 2020 11:46:45 +0000 (13:46 +0200)
gitlab #84

Change-Id: I668eb468c169ccd8dfd8575daff9c1f1a0f01f2d

org.simantics.district.selection.ui/fragment.e4xmi

index 917b7052452e7d72fcf8422b57fdec6cba7afe6c..b58825a1f0b2d4f394e0d058dbf87a251761d12c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ASCII"?>
 <fragment:ModelFragments xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:basic="http://www.eclipse.org/ui/2010/UIModel/application/descriptor/basic" xmlns:commands="http://www.eclipse.org/ui/2010/UIModel/application/commands" xmlns:fragment="http://www.eclipse.org/ui/2010/UIModel/fragment" xmlns:menu="http://www.eclipse.org/ui/2010/UIModel/application/ui/menu" xmi:id="_BxaXACerEeWxCPrV0pAZQQ">
   <fragments xsi:type="fragment:StringModelFragment" xmi:id="_EI7oACerEeWxCPrV0pAZQQ" featurename="descriptors" parentElementId="xpath:/">
-    <elements xsi:type="basic:PartDescriptor" xmi:id="_KMklcCerEeWxCPrV0pAZQQ" elementId="org.simantics.district.selection.ui.parts.elementSelectionView" label="Element Selection Queries" iconURI="platform:/plugin/org.simantics.silk.ontology/graph/images/table_go.png" tooltip="" category="District Network" closeable="true" contributionURI="bundleclass://org.simantics.district.selection.ui/org.simantics.district.selection.ui.parts.ElementSelectionView">
+    <elements xsi:type="basic:PartDescriptor" xmi:id="_KMklcCerEeWxCPrV0pAZQQ" elementId="org.simantics.district.selection.ui.parts.elementSelectionView" label="District Finder" iconURI="platform:/plugin/org.simantics.silk.ontology/graph/images/table_go.png" tooltip="" category="District Network" closeable="true" contributionURI="bundleclass://org.simantics.district.selection.ui/org.simantics.district.selection.ui.parts.ElementSelectionView">
       <tags>View</tags>
       <tags>categoryTag:District</tags>
     </elements>
@@ -15,7 +15,7 @@
     </elements>
   </fragments>
   <fragments xsi:type="fragment:StringModelFragment" xmi:id="_Sy-NUCVbEem-kMBxWCWPIg" featurename="commands" parentElementId="xpath:/">
-    <elements xsi:type="commands:Command" xmi:id="_OdOfoCVcEem-kMBxWCWPIg" elementId="org.simantics.district.selection.ui.command.openview" commandName="Open Diagram Element Selection Table"/>
+    <elements xsi:type="commands:Command" xmi:id="_OdOfoCVcEem-kMBxWCWPIg" elementId="org.simantics.district.selection.ui.command.openview" commandName="Open District Finder"/>
     <elements xsi:type="commands:Command" xmi:id="_rH7MsCVgEem-kMBxWCWPIg" elementId="org.simantics.district.selection.ui.command.createNewSelection" commandName="Create New Selection"/>
     <elements xsi:type="commands:Command" xmi:id="_dL1xIC7IEem4UIS68e_fsw" elementId="org.simantics.district.selection.ui.command.editElementSelector" commandName="Edit Element Selection"/>
     <elements xsi:type="commands:Command" xmi:id="_RfOU0C7PEem4UIS68e_fsw" elementId="org.simantics.district.selection.ui.command.deleteElementSelector" commandName="Delete Element Selection"/>