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:
Bartosz Dziewoński 2018-11-20 03:57:29 +01:00
parent ceb02d3296
commit 120788db59

View file

@ -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' ) );