Remove constructive flag from return to save form button

It doesn't create anything, so it shouldn't be constructive.

Change-Id: I97d6fc3c5f992033e55ee6cde48245b1e96ddc16
This commit is contained in:
Trevor Parscal 2014-03-31 15:31:43 -07:00
parent 9c7c75851e
commit 9e38cafc9f

View file

@ -403,8 +403,7 @@ ve.ui.MWSaveDialog.prototype.initialize = function () {
// Review good button on "review" panel
this.reviewGoodButton = new OO.ui.ButtonWidget( {
'label': ve.msg( 'visualeditor-savedialog-label-review-good' ),
'flags': ['constructive']
'label': ve.msg( 'visualeditor-savedialog-label-review-good' )
} );
this.reviewGoodButton.connect( this, { 'click': [ 'swapPanel', 'save' ] } );
// Resolve conflict