Changeset 6141 for trunk/RNA3D/RNA3D_Interface.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/RNA3D/RNA3D_Interface.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RNA3D/RNA3D_Interface.cxx
r5995 r6141 238 238 } 239 239 240 static void Sync ronizeColorsWithEditor(AW_window *aww) {240 static void SynchronizeColorsWithEditor(AW_window *aww) { 241 241 // overwrites color settings with those from EDIT4 242 242 … … 263 263 RNA3D->cStructure->GenerateDisplayLists(); // Generating Display Lists for Rendering 264 264 265 // recal uculate the mapping information265 // recalculate the mapping information 266 266 awr->awar(AWAR_SPECIES_NAME)->touch(); 267 267 268 // recal uculate helix numbering268 // recalculate helix numbering 269 269 awr->awar(AWAR_3D_HELIX_FROM)->touch(); 270 270 … … 549 549 aws->create_button("CLOSE","#closeText.xpm"); 550 550 551 aws->callback(Sync ronizeColorsWithEditor);551 aws->callback(SynchronizeColorsWithEditor); 552 552 aws->at("sync"); 553 553 aws->button_length(35);
