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_OpenGLGraphics.cxx

    r5868 r6141  
    4141    b = (float) xcolor.blue / 65535.0; 
    4242 
    43     // set OpenGL Backgroud Color to the widget's backgroud      
     43    // set OpenGL background color to the widget's background      
    4444    glClearColor(r, g, b, 1); 
    4545