Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[needs-docs][layout] rename command history to undo history
  • Loading branch information
nirvn committed Feb 18, 2018
1 parent 24cbbcf commit c5b6f57
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 128 deletions.
4 changes: 2 additions & 2 deletions src/app/layout/qgslayoutdesignerdialog.cpp
Expand Up @@ -659,8 +659,8 @@ QgsLayoutDesignerDialog::QgsLayoutDesignerDialog( QWidget *parent, Qt::WindowFla
mGuideDock->setUserVisible( true );
} );

mUndoDock = new QgsDockWidget( tr( "Command History" ), this );
mUndoDock->setObjectName( QStringLiteral( "CommandDock" ) );
mUndoDock = new QgsDockWidget( tr( "Undo History" ), this );
mUndoDock->setObjectName( QStringLiteral( "UndoDock" ) );
mPanelsMenu->addAction( mUndoDock->toggleViewAction() );
mUndoView = new QUndoView( this );
mUndoDock->setWidget( mUndoView );
Expand Down

0 comments on commit c5b6f57

Please sign in to comment.