221312 - context menu should include Select All r=mconnor

This commit is contained in:
dean_tessman%hotmail.com 2004-07-17 20:53:48 +00:00
Родитель a77ae311f2
Коммит ca296b1ccb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3072,7 +3072,7 @@ nsContextMenu.prototype = {
this.showItem( "context-paste", this.onTextInput );
this.showItem( "context-delete", this.onTextInput );
this.showItem( "context-sep-paste", this.onTextInput );
this.showItem( "context-selectall", this.isTextSelected || this.onTextInput );
this.showItem( "context-selectall", !( this.onLink || this.onImage ) );
this.showItem( "context-sep-selectall", this.isTextSelected );
// XXX dr