diff -r 0f2326c2a325 -r 1c3b8676e58c ginebra2/chrome/bedrockchrome/contextmenu.snippet/ViewContextMenu.js --- a/ginebra2/chrome/bedrockchrome/contextmenu.snippet/ViewContextMenu.js Wed Jun 23 17:59:43 2010 +0300 +++ b/ginebra2/chrome/bedrockchrome/contextmenu.snippet/ViewContextMenu.js Tue Jul 06 14:03:49 2010 +0300 @@ -90,6 +90,10 @@ "text": window.localeDelegate.translateText("txt_browser_content_view_menu_nav_settings"), "onclick": chrome_showSettingsView, }, + { + "text": window.localeDelegate.translateText("txt_browser_content_view_menu_nav_exit"), + "onclick": window.app.quit, + }, ], }; }