Merge pull request #619 from srcarter3/ToolsMenu
Update for Tools menu to be alphabetical
This commit is contained in:
commit
beeb039fb4
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
<plugin>
|
||||
<extension
|
||||
point="org.eclipse.ui.menus">
|
||||
<menuContribution locationURI="menu:tools">
|
||||
<menuContribution locationURI="menu:tools?after=tools.Te">
|
||||
<command
|
||||
commandId="com.raytheon.viz.textworkstation.opentextworkstation"
|
||||
label="Text Workstation">
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
<separator name="StdEnvDataPackageFamilies" visible="true"/>
|
||||
</menuContribution>
|
||||
<menuContribution
|
||||
locationURI="menu:tools">
|
||||
locationURI="menu:tools?after=tools.U">
|
||||
<command
|
||||
commandId="com.raytheon.viz.volumebrowser.volumeBrowserRef"
|
||||
label="Volume Browser">
|
||||
|
|
Loading…
Add table
Reference in a new issue