ginebra2/chrome/bedrockchrome/contextmenu.snippet/ViewContextMenu.js
changeset 6 1c3b8676e58c
parent 5 0f2326c2a325
child 10 232fbd5a2dcb
--- 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,
+               },               
              ],
     };
 }