mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 13:21:28 +00:00
nsbeta3+ bug 45085, move search results 'default.htm' file into locale.
This commit is contained in:
parent
1a81db9b8a
commit
1f046e8ee7
@ -1,4 +1,3 @@
|
||||
default.htm
|
||||
search.css
|
||||
search.js
|
||||
search.xul
|
||||
|
@ -31,7 +31,6 @@ CHROME_CONTENT_DIR = packages/core/communicator/content/search
|
||||
CHROME_L10N_DIR = locales/en-US/communicator/locale/search
|
||||
|
||||
CHROME_CONTENT = \
|
||||
default.htm \
|
||||
search.js \
|
||||
search.xul \
|
||||
search-editor.js \
|
||||
@ -49,6 +48,7 @@ CHROME_CONTENT = \
|
||||
$(NULL)
|
||||
|
||||
CHROME_L10N = \
|
||||
locale/en-US/default.htm \
|
||||
locale/en-US/find.dtd \
|
||||
locale/en-US/findresults.dtd \
|
||||
locale/en-US/internet.dtd \
|
||||
|
@ -130,7 +130,7 @@ function doEngineClick( event, aNode )
|
||||
}
|
||||
else
|
||||
{
|
||||
window.frames[0].document.location = "chrome://communicator/content/search/default.htm";
|
||||
window.frames[0].document.location = "chrome://communicator/locale/search/default.htm";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -151,6 +151,6 @@
|
||||
</tree>
|
||||
|
||||
<splitter id="gray_horizontal_splitter" persist="state" collapse="after" />
|
||||
<iframe id="content" style="height: 100; width: 100%;" flex="100%" src="chrome://communicator/content/search/default.htm"/>
|
||||
<iframe id="content" style="height: 100; width: 100%;" flex="100%" src="chrome://communicator/locale/search/default.htm"/>
|
||||
|
||||
</window>
|
||||
|
@ -7,3 +7,4 @@ findresults.dtd
|
||||
internet.dtd
|
||||
internetresults.dtd
|
||||
search-panel.properties
|
||||
default.htm
|
||||
|
0
xpfe/components/search/resources/default.htm → xpfe/components/search/resources/locale/en-US/default.htm
Executable file → Normal file
0
xpfe/components/search/resources/default.htm → xpfe/components/search/resources/locale/en-US/default.htm
Executable file → Normal file
@ -28,7 +28,6 @@ CHROME_CONTENT_DIR = packages\core\communicator\content\search
|
||||
CHROME_L10N_DIR = locales\en-US\communicator\locale\search
|
||||
|
||||
CHROME_CONTENT = \
|
||||
.\default.htm \
|
||||
.\search.js \
|
||||
.\search.xul \
|
||||
.\search-editor.js \
|
||||
@ -46,6 +45,7 @@ CHROME_CONTENT = \
|
||||
$(NULL)
|
||||
|
||||
CHROME_L10N = \
|
||||
.\locale\en-US\default.htm \
|
||||
.\locale\en-US\find.dtd \
|
||||
.\locale\en-US\findresults.dtd \
|
||||
.\locale\en-US\internet.dtd \
|
||||
|
Loading…
x
Reference in New Issue
Block a user