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/RNA3D/RNA3D_Interface.cxx

    r5995 r6141  
    238238} 
    239239 
    240 static void SyncronizeColorsWithEditor(AW_window *aww) { 
     240static void SynchronizeColorsWithEditor(AW_window *aww) { 
    241241    // overwrites color settings with those from EDIT4 
    242242 
     
    263263    RNA3D->cStructure->GenerateDisplayLists();         // Generating Display Lists for Rendering 
    264264 
    265     // recaluculate the mapping information 
     265    // recalculate the mapping information 
    266266    awr->awar(AWAR_SPECIES_NAME)->touch(); 
    267267 
    268     // recaluculate helix numbering 
     268    // recalculate helix numbering 
    269269    awr->awar(AWAR_3D_HELIX_FROM)->touch(); 
    270270 
     
    549549    aws->create_button("CLOSE","#closeText.xpm"); 
    550550 
    551     aws->callback(SyncronizeColorsWithEditor); 
     551    aws->callback(SynchronizeColorsWithEditor); 
    552552    aws->at("sync"); 
    553553    aws->button_length(35);