diff options
author | Kris Maglione <maglione.k@gmail.com> | 2009-04-13 12:22:17 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2009-04-13 12:22:17 -0400 |
commit | df5b66d838b9bbb1fca0cbd61f4536595a9b2287 (patch) | |
tree | a6cf979ea2233634ce33fbe62940e37849d4a7a6 /common/content/liberator.xul | |
parent | 5231ce880fb19acecfbb7d23619bd09799483215 (diff) | |
download | pentadactyl-df5b66d838b9bbb1fca0cbd61f4536595a9b2287.tar.gz |
Add 'encoding'
Diffstat (limited to 'common/content/liberator.xul')
-rw-r--r-- | common/content/liberator.xul | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/content/liberator.xul b/common/content/liberator.xul index d26700a7..2d2ce540 100644 --- a/common/content/liberator.xul +++ b/common/content/liberator.xul @@ -43,6 +43,10 @@ the terms of any one of the MPL, the GPL or the LGPL. <script type="application/x-javascript;version=1.8" src="&liberator.content;liberator-overlay.js"/> <window id="&liberator.mainWindow;"> + <stringbundleset id="liberator-stringbundles"> + <stringbundle id="liberator-charset-bundle" + src="chrome://global/locale/charsetTitles.properties"/> + </stringbundleset> <keyset id="mainKeyset"> <key id="key_open_vimbar" key=":" oncommand="liberator.modules.commandline.open(':', '', liberator.modules.modes.EX);" modifiers=""/> |