From 858f394efdd5839b7a2998b0f71c2903b54f0435 Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Tue, 25 May 2004 01:47:22 +0000 Subject: [PATCH] 243386 - find as you type text not shown in the status bar. Repackage typeahead find resources in global since it is a core application component. r=aaronl. --- extensions/typeaheadfind/resources/jar.mn | 4 ++-- extensions/typeaheadfind/src/nsTypeAheadFind.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/typeaheadfind/resources/jar.mn b/extensions/typeaheadfind/resources/jar.mn index fb09e312a800..38e5e065124e 100644 --- a/extensions/typeaheadfind/resources/jar.mn +++ b/extensions/typeaheadfind/resources/jar.mn @@ -1,5 +1,5 @@ en-US.jar: - locale/en-US/navigator/typeaheadfind.properties (locale/en-US/typeaheadfind.properties) + locale/en-US/global/typeaheadfind.properties (locale/en-US/typeaheadfind.properties) toolkit.jar: - content/global/notfound.wav (content/notfound.wav) + content/global/notfound.wav (content/notfound.wav) diff --git a/extensions/typeaheadfind/src/nsTypeAheadFind.h b/extensions/typeaheadfind/src/nsTypeAheadFind.h index 45fa01777fdd..f0992e7f9c12 100644 --- a/extensions/typeaheadfind/src/nsTypeAheadFind.h +++ b/extensions/typeaheadfind/src/nsTypeAheadFind.h @@ -68,7 +68,7 @@ #include "nsISound.h" #define TYPEAHEADFIND_BUNDLE_URL \ - "chrome://navigator/locale/typeaheadfind.properties" + "chrome://global/locale/typeaheadfind.properties" #define TYPEAHEADFIND_NOTFOUND_WAV_URL \ "chrome://global/content/notfound.wav"