Bug 40974 - Finally, add custom messages to nickname popup button.

ChatZilla only.
r=samuel
This commit is contained in:
silver%warwickcompsoc.co.uk 2005-12-04 22:34:55 +00:00
Родитель f75e5978e7
Коммит 1f1e8541b0
1 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -399,9 +399,12 @@ function initMenus()
["nick"],
["-"],
["back", {type: "checkbox", checkedif: net + " and !" + netAway}],
["away", {type: "checkbox", checkedif: net + " and " + netAwayIsDef}],
["custom-away",
{type: "checkbox", checkedif: net + " and !" + netAwayIsDef}]
["away", {type: "checkbox",
checkedif: "cx.sourceObject.prefs.away == item.message",
repeatfor: "client.awayMsgs",
repeatmap: "cx.reason = item.message" }],
["-"],
["custom-away"]
]
};