diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-27 16:05:37 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-27 16:05:37 +0000 |
commit | f15d3511abd9c6dfe489cf2e325d24b77463cefb (patch) | |
tree | 8688d2c0034c88d8dc318cef5d40ba4fde006e2e /hardinfo2/uidefs.xml | |
parent | 5f19b74bf1b3cd7132a51aa1803ad3bc0ba4be62 (diff) |
Added web links to the help menu (Report Bug and Open HardInfo webpage).
Diffstat (limited to 'hardinfo2/uidefs.xml')
-rw-r--r-- | hardinfo2/uidefs.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hardinfo2/uidefs.xml b/hardinfo2/uidefs.xml index 77a67de2..ba742061 100644 --- a/hardinfo2/uidefs.xml +++ b/hardinfo2/uidefs.xml @@ -16,6 +16,9 @@ <separator name="LastSep"/> </menu> <menu name="HelpMenu" action="HelpMenuAction"> + <menuitem name="WebPage" action="HomePageAction"/> + <menuitem name="ReportBug" action="ReportBugAction"/> + <separator/> <menuitem name="About" action="AboutAction"/> </menu> </menubar> |