mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 404014 - "The Password Manager dialog's label changes when clearing the Search box" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=dolske r=gavin a1.9=damons]
This commit is contained in:
parent
1784f2e0ef
commit
0696bc4649
@ -49,6 +49,7 @@ function SignonsStartup() {
|
|||||||
kSignonBundle = document.getElementById("signonBundle");
|
kSignonBundle = document.getElementById("signonBundle");
|
||||||
document.getElementById("togglePasswords").label = kSignonBundle.getString("showPasswords");
|
document.getElementById("togglePasswords").label = kSignonBundle.getString("showPasswords");
|
||||||
document.getElementById("togglePasswords").accessKey = kSignonBundle.getString("showPasswordsAccessKey");
|
document.getElementById("togglePasswords").accessKey = kSignonBundle.getString("showPasswordsAccessKey");
|
||||||
|
document.getElementById("signonsIntro").value = kSignonBundle.getString("passwordsAll");
|
||||||
LoadSignons();
|
LoadSignons();
|
||||||
|
|
||||||
// filter the table if requested by caller
|
// filter the table if requested by caller
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
oncommand="SignonClearFilter();" disabled="true"/>
|
oncommand="SignonClearFilter();" disabled="true"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
||||||
<description control="signonsTree" id="signonsIntro">&spiel.signonsstored.label;</description>
|
<description control="signonsTree" id="signonsIntro"/>
|
||||||
<separator class="thin"/>
|
<separator class="thin"/>
|
||||||
<tree id="signonsTree" flex="1" style="height: 20em;" hidecolumnpicker="true"
|
<tree id="signonsTree" flex="1" style="height: 20em;" hidecolumnpicker="true"
|
||||||
onkeypress="HandleSignonKeyPress(event)"
|
onkeypress="HandleSignonKeyPress(event)"
|
||||||
|
Loading…
Reference in New Issue
Block a user