about dialog menu entry [message #515278] |
Thu, 18 February 2010 05:49  |
Eclipse User |
|
|
|
Hi,
I've inserted the command in a menu of my application to show the about dialog, but the menu entry is not shown. Here there's the excerpt of my plugin.xml file:
<menu
id="hrpm.rcp.menu.aiuto"
label="Aiuto"
mnemonic="A">
<command
commandId="org.eclipse.ui.help.about"
icon="img/info.png"
id="hrpm.rcp.menu.aiuto.about"
label="Informazioni sull'applicazione"
style="push"
tooltip="Visualizza le informazioni di rilascio di questa applicazione">
</command>
</menu>
so the menu "Aiuto" is visible, but the entry of the about dialog is not visible. Am I missing something?
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04456 seconds