mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
ve.ui.MWTransclusionContentPage: Fix missing icon
It's missing here: https://phabricator.wikimedia.org/F27262533
We forgot this in 09800aa249
(in 2015).
Oops.
Change-Id: I0f1cda43c6566accf45c82a858158f15c2229f47
This commit is contained in:
parent
ceb02d3296
commit
120788db59
|
@ -69,7 +69,7 @@ ve.ui.MWTransclusionContentPage.prototype.setOutlineItem = function () {
|
|||
|
||||
if ( this.outlineItem ) {
|
||||
this.outlineItem
|
||||
.setIcon( 'source' )
|
||||
.setIcon( 'wikiText' )
|
||||
.setMovable( true )
|
||||
.setRemovable( true )
|
||||
.setLabel( ve.msg( 'visualeditor-dialog-transclusion-content' ) );
|
||||
|
|
Loading…
Reference in a new issue