aboutsummaryrefslogtreecommitdiff
path: root/chrome/content/overlay.xul
diff options
context:
space:
mode:
authorEinar Egilsson2007-05-28 22:35:59 +0000
committerEinar Egilsson2007-05-28 22:35:59 +0000
commitca4130f47bbe7f461dc1bc29d4aebb2dec305677 (patch)
tree4d5ddf0f7b26f15fc65140dfe94d389d10209618 /chrome/content/overlay.xul
parenta7da44a01a575246c9fb55665c15ce9a9a400814 (diff)
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@55 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/overlay.xul')
-rw-r--r--chrome/content/overlay.xul6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/content/overlay.xul b/chrome/content/overlay.xul
index 7951516..c65df70 100644
--- a/chrome/content/overlay.xul
+++ b/chrome/content/overlay.xul
@@ -6,8 +6,8 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="redirlib.js"/>
- <script src="common.js"/>
<script src="redirector.js"/>
+ <script src="overlay.js"/>
<stringbundleset id="stringbundleset">
<stringbundle id="redirector-strings" src="chrome://redirector/locale/redirector.properties"/>
@@ -16,12 +16,12 @@
<menupopup id="menu_ToolsPopup">
<menuitem id="redirector-menuitem" label="&RedirectorMenuItem.label;"
accesskey="&RedirectorMenuItem.accesskey;"
- oncommand="Redirector.onMenuItemCommand(event);"/>
+ oncommand="RedirectorOverlay.onMenuItemCommand(event);"/>
</menupopup>
<popup id="contentAreaContextMenu">
<menuitem id="redirector-context" label="&RedirectorContext.label;"
accesskey="&RedirectorContext.accesskey;"
insertafter="context-stop"
- oncommand="Redirector.onContextMenuCommand(event)"/>
+ oncommand="RedirectorOverlay.onContextMenuCommand(event)"/>
</popup>
</overlay> \ No newline at end of file