mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 581241 - Add a Filter placeholder string in the Web Console, r=gavin, a=johnath
This commit is contained in:
parent
79f2ab05d8
commit
98a02ecf5b
@ -1807,6 +1807,7 @@ HeadsUpDisplay.prototype = {
|
||||
this.filterBox = this.makeXULNode("textbox");
|
||||
this.filterBox.setAttribute("class", "hud-filter-box");
|
||||
this.filterBox.setAttribute("hudId", this.hudId);
|
||||
this.filterBox.setAttribute("placeholder", this.getStr("stringFilter"));
|
||||
|
||||
this.filterClearButton = this.makeXULNode("button");
|
||||
this.filterClearButton.setAttribute("class", "hud-filter-clear");
|
||||
|
@ -33,4 +33,5 @@ tipGlobal=Toggle Global Message logging
|
||||
localConsole=Local Console
|
||||
btnClear=Clear Console
|
||||
tipClear=Clear the console output
|
||||
stringFilter=Filter
|
||||
stringFilterClear=Clear Filter
|
||||
|
Loading…
Reference in New Issue
Block a user