From 71a591195618271973a12ae7ffaf288909481cbc Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Wed, 21 Mar 2007 10:54:54 +0000 Subject: Cleanups. APM battery info fixes for Linux 2.6. --- hardinfo2/menu.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hardinfo2/menu.c') diff --git a/hardinfo2/menu.c b/hardinfo2/menu.c index 3b45cef0..4d6373e5 100644 --- a/hardinfo2/menu.c +++ b/hardinfo2/menu.c @@ -78,6 +78,11 @@ static GtkActionEntry entries[] = NULL, G_CALLBACK(cb_report_bug) }, + { "DonateAction", HI_STOCK_DONATE, + "_Donate to the project", NULL, + NULL, + G_CALLBACK(cb_donate) }, + { "AboutAction", GTK_STOCK_ABOUT, "_About HardInfo", NULL, "Displays program version information", -- cgit v1.2.3