From e449ce87e208d38e7daeb5d4f019c2faed3a4147 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 7 Apr 2011 21:25:27 +0200 Subject: [PATCH] Add 'Report a Problem' to the app menu --- midori/midori-browser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 4a19b2d1..155c5833 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -2975,6 +2975,7 @@ _action_compact_menu_populate_popup (GtkAction* action, { NULL }, #if !HAVE_HILDON { "HelpFAQ" }, + { "HelpBugs"}, #endif { "About" }, { "Preferences" },