mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
Bug #291053 --> choose signature button no longer works from the account manager. Minor regression fall out from the
localizations in CVS work. sr=bienvenu
This commit is contained in:
parent
7c66d1bccc
commit
2f2e21550d
@ -56,3 +56,5 @@ identity-list-title=Identities for %1$S
|
||||
|
||||
identity-edit-req=You must specify a valid email address for this identity.
|
||||
identity-edit-req-title=Error Creating Identity
|
||||
|
||||
choosefile=Choose a file
|
||||
|
@ -236,8 +236,8 @@ function selectFile()
|
||||
var fp = Components.classes["@mozilla.org/filepicker;1"]
|
||||
.createInstance(nsIFilePicker);
|
||||
|
||||
var prefutilitiesBundle = document.getElementById("bundle_prefutilities");
|
||||
var title = prefutilitiesBundle.getString("choosefile");
|
||||
var prefBundle = document.getElementById("bundle_prefs");
|
||||
var title = prefBundle.getString("choosefile");
|
||||
fp.init(window, title, nsIFilePicker.modeOpen);
|
||||
fp.appendFilters(nsIFilePicker.filterAll);
|
||||
|
||||
|
@ -56,7 +56,6 @@
|
||||
ondialogaccept="return onOk();"
|
||||
style="width: 35em;">
|
||||
|
||||
<stringbundle id="bundle_prefutilities" src="chrome://communicator/locale/pref/prefutilities.properties"/>
|
||||
<stringbundle id="bundle_prefs" src="chrome://messenger/locale/prefs.properties"/>
|
||||
<stringbundle id="bundle_messenger" src="chrome://messenger/locale/messenger.properties"/>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.onPanelLoaded('am-main.xul');">
|
||||
|
||||
<stringbundle id="bundle_prefutilities" src="chrome://communicator/locale/pref/prefutilities.properties"/>
|
||||
<stringbundle id="bundle_prefs" src="chrome://messenger/locale/prefs.properties"/>
|
||||
<stringbundle id="bundle_messenger" src="chrome://messenger/locale/messenger.properties"/>
|
||||
|
||||
<script type="application/x-javascript" src="chrome://messenger/content/am-identity-edit.js"/>
|
||||
|
@ -93,3 +93,5 @@ identity-list-title=Identities for %1$S
|
||||
|
||||
identity-edit-req=You must specify a valid email address for this identity.
|
||||
identity-edit-req-title=Error Creating Identity
|
||||
|
||||
choosefile=Choose a file
|
||||
|
Loading…
Reference in New Issue
Block a user