Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/EDIT4/ed4_ProteinViewer.hxx

    r5777 r6141  
    7474void PV_AA_SequenceUpdate_CB(GB_CB_TYPE gbtype); 
    7575 
    76 // refresh all AA sequene terminals 
     76// refresh all AA_sequence_terminal's 
    7777void PV_RefreshWindow(AW_root *root); 
    7878 
    79 // Creates new AA sequence terminals for new species added to the editor ** called from ED4_cursor.cxx ** 
     79// Creates new AA_sequence_terminal's for new species added to the editor ** called from ED4_cursor.cxx ** 
    8080void PV_AddCorrespondingAAseqTerminals(class ED4_species_name_terminal *spNameTerm); 
    8181 
    82 // Creates new AA sequence terminals when newly marked species is loaded 
     82// Creates new AA_sequence_terminal's when newly marked species is loaded 
    8383void PV_AddAAseqTerminalsToLoadedSpecies(); 
    8484