diff options
Diffstat (limited to 'hardinfo2/menu.c')
-rw-r--r-- | hardinfo2/menu.c | 5 |
1 files changed, 5 insertions, 0 deletions
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", |