Bug 206383 - "%DuplicateActionDelegate.Name" in key assit table.
Summary: "%DuplicateActionDelegate.Name" in key assit table.
Status: NEW
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Server 2003
: P3 trivial
Target Milestone: ---   Edit
Assignee: Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-15 16:56 EDT by Frank Gilchrist CLA
Modified: 2010-07-19 21:58 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Gilchrist CLA 2007-10-15 16:56:09 EDT
Build ID: M20070212-1330

Steps To Reproduce:
1.Open Eclipse
2.Go to help - Key assist
3. "%DuplicateActionDelegate.Name" in key assit table.



More information:
The property that is not substituted comes from org.eclipse.gmf.runtime.diagram.ui.providers plugin so you have to open bugzilla defect
at eclipse.org. Here is the plugin.xml extension where the property is specified:

<extension
         point="org.eclipse.ui.commands">
      <command
            categoryId="org.eclipse.ui.category.edit"
            defaultHandler="org.eclipse.gmf.runtime.diagram.ui.actions.internal.DuplicateActionDelegate"
            description="%DuplicateActionDelegate.Description"
            id="DuplicateNode"
            name="%DuplicateActionDelegate.Name"/>
   </extension>
Comment 1 Alex Shatalin CLA 2009-05-28 09:35:50 EDT
reassigning to runtime component
Comment 2 Eclipse Webmaster CLA 2010-07-19 21:58:50 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime was the original product and component for this bug