replaced alternative token "not" with "!"
This commit is contained in:
committed by
Johannes Lorenz
parent
b68c5ee5b5
commit
e6bcf13cd3
@@ -678,7 +678,7 @@ void PatternView::constructContextMenu( QMenu * _cm )
|
||||
|
||||
if( gui->pianoRoll()->currentPattern() &&
|
||||
gui->pianoRoll()->currentPattern() != m_pat &&
|
||||
not m_pat->empty() )
|
||||
!m_pat->empty() )
|
||||
{
|
||||
QAction * b = new QAction( embed::getIconPixmap( "ghost_note" ),
|
||||
tr( "Set as ghost in piano-roll" ), _cm );
|
||||
|
||||
Reference in New Issue
Block a user