зеркало из https://github.com/mozilla/gecko-dev.git
Replace CRLF with LF
This commit is contained in:
Родитель
7d3c7a99ee
Коммит
d55dab7b95
|
@ -86,10 +86,10 @@ function nsContextMenu(aXulMenu, aBrowser) {
|
|||
this.isDesignMode = false;
|
||||
this.possibleSpellChecking = false;
|
||||
this.ellipsis = "\u2026";
|
||||
try {
|
||||
this.ellipsis = gPrefService.getComplexValue("intl.ellipsis",
|
||||
Ci.nsIPrefLocalizedString).data;
|
||||
} catch (e) { }
|
||||
try {
|
||||
this.ellipsis = gPrefService.getComplexValue("intl.ellipsis",
|
||||
Ci.nsIPrefLocalizedString).data;
|
||||
} catch (e) { }
|
||||
|
||||
// Initialize new menu.
|
||||
this.initMenu(aXulMenu, aBrowser);
|
||||
|
|
Загрузка…
Ссылка в новой задаче