www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 4ac7e5787ca26016407e6b1efd85b8d744a1b575
parent 406d1d695039041a58fbf0dcb683ce06267657f7
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 30 Aug 2006 01:20:30 +0000

Add "Preferences..." to cog menu


Diffstat:
Mchrome/chromeFiles/content/scholar/overlay.xul | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/chrome/chromeFiles/content/scholar/overlay.xul b/chrome/chromeFiles/content/scholar/overlay.xul @@ -74,6 +74,8 @@ <menupopup> <menuitem label="&toolbar.import.label;" oncommand="Scholar_File_Interface.importFile();"/> <menuitem label="&toolbar.export.label;" oncommand="Scholar_File_Interface.exportFile();"/> + <menuseparator/> + <menuitem label="&toolbar.preferences.label;" oncommand="window.openDialog('chrome://scholar/content/preferences.xul','prefs','chrome,modal')"/> </menupopup> </toolbarbutton> </toolbar>