diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-03-21 10:54:54 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-03-21 10:54:54 +0000 |
commit | 71a591195618271973a12ae7ffaf288909481cbc (patch) | |
tree | 68ea841f948f1351099dd470ba966edf42125047 /hardinfo2/uidefs.h | |
parent | f7ab0cb977df0d6eba533a245c93da582b9f5f84 (diff) |
Cleanups. APM battery info fixes for Linux 2.6.
Diffstat (limited to 'hardinfo2/uidefs.h')
-rw-r--r-- | hardinfo2/uidefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo2/uidefs.h b/hardinfo2/uidefs.h index f384504b..75549f35 100644 --- a/hardinfo2/uidefs.h +++ b/hardinfo2/uidefs.h @@ -27,6 +27,8 @@ char *uidefs_str = "<ui>" \ "<menuitem name=\"WebPage\" action=\"HomePageAction\"/>" \ "<menuitem name=\"ReportBug\" action=\"ReportBugAction\"/>" \ "<separator/>" \ +"<menuitem name=\"Donate\" action=\"DonateAction\"/>" \ +"<separator/>" \ "<menu name=\"HelpMenuModules\" action=\"HelpMenuModulesAction\">" \ "<separator name=\"LastSep\"/>" \ "</menu>" \ |