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:
commit
1837cf11c0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user