use std menu ids for stock items

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-11-10 00:20:12 +00:00
parent 402ccadcdd
commit f79a95423b

View File

@@ -15,7 +15,9 @@
<label>_Reload resource\tCtrl-R</label>
<help>Reload basic dialog resource</help>
</object>
<object class="wxMenuItem" name="exit_tool_or_menuitem">
<!-- we use wxID_EXIT name here to get the default menu item stock icon -->
<object class="wxMenuItem" name="wxID_EXIT">
<label>E_xit\tAlt-X</label>
<help>Exit this application</help>
</object>
@@ -70,7 +72,9 @@
</object>
<object class="wxMenu" name="help_menu">
<label>_Help</label>
<object class="wxMenuItem" name="about_tool_or_menuitem">
<!-- we use wxID_ABOUT name here to get the default menu item stock icon -->
<object class="wxMenuItem" name="wxID_ABOUT">
<label>_About...</label>
<help>About this application</help>
</object>