mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
In off-list discussion, Steve mentioned that kdevelop / kate highlighting recognizes "FIXME", but not "FIX-ME", which has been the Audacity convention. This commit changes Audacity code to use the "FIXME" convention (though I've never known it as convention and MSVC doesn't recognize it).
Also, minor change in WaveTrack.cpp in the effort on bug 641. Should have no functional difference.
This commit is contained in:
@@ -856,7 +856,7 @@ wxFileName DirManager::MakeBlockFileName()
|
||||
}else break;
|
||||
}
|
||||
}
|
||||
// FIX-ME: Might we get here without midkey having been set?
|
||||
// FIXME: Might we get here without midkey having been set?
|
||||
BalanceFileAdd(midkey);
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user