Changeset 544

Show
Ignore:
Timestamp:
10/01/08 17:22:08 (2 months ago)
Author:
wolke
Message:

fix small syntax error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gui/src/SongEditor/SongEditor.cpp

    r543 r544  
    12721272        QString sText = event->mimeData()->text(); 
    12731273 
    1274         if( sText.startsWith("Songs:") || sText.startsWith("move instrument:") ) 
     1274        if( sText.startsWith("Songs:") || sText.startsWith("move instrument:") ){ 
    12751275                event->acceptProposedAction(); 
    12761276                return; 
     1277        } 
    12771278 
    12781279        if (sText.startsWith("move pattern:")) {