Ignore:
Timestamp:
May 8, 2010, 8:06:45 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
536ce2
Parents:
a71ad8
Message:

shortened NAME of ParserLoadXyz and ParserSaveXyz actions, as it is the key in the ActionRegistry.

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Parser/TremoloParser.cpp

    ra71ad8 r4d2636  
    194194    lineStream >> keyword;
    195195    if (knownKeys[keyword.substr(0, keyword.find("="))] == TremoloKey::noKey) {
    196       // throw exception about unknown key
     196      // TODO: throw exception about unknown key
    197197      cout << "Unknown key: " << keyword << " is not part of the tremolo format specification." << endl;
    198198      break;
Note: See TracChangeset for help on using the changeset viewer.