1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Merged in filnet/librepilot/osx_fix (pull request #471)

osx: fix compilation error due to typo

Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Jan NIJS <dr.oblivium@gmail.com>
This commit is contained in:
Philippe Renon 2017-10-29 12:15:25 +00:00 committed by Lalanne Laurent
commit 1837cf11c0

View File

@ -650,7 +650,7 @@ void MainWindow::registerDefaultActions()
connect(m_zoomAction, SIGNAL(triggered()), this, SLOT(showMaximized()));
// Window separator
cmd = createSeparator(am, this, "QtCreator.Window.Sep.Size"), m_globalContext);
cmd = createSeparator(am, this, "QtCreator.Window.Sep.Size", m_globalContext);
mwindow->addAction(cmd, Constants::G_WINDOW_SIZE);
#endif