Bug 498789: Extension restart keyboard shortcut ('U') doesn't do anything, r=mfinkle

This commit is contained in:
Vivien Nicolas 2009-06-17 09:31:32 -04:00
Родитель d4f17f5f7d
Коммит 75cbc0c8ac
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -151,7 +151,7 @@ var ExtensionsView = {
if (aButtonLabel) {
buttons = [ {
label: aButtonLabel,
accesskey: "",
accessKey: "",
data: aNotifyData,
callback: function(aNotification, aButton) {
self._messageActions(aButton.data);