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:
scott%scott-macgregor.org 2005-04-20 00:24:15 +00:00
parent 7c66d1bccc
commit 2f2e21550d
5 changed files with 7 additions and 4 deletions

View File

@ -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

View 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);

View File

@ -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"/>

View File

@ -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"/>

View File

@ -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