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/WINDOW/AW_xfont.cxx

    r5901 r6141  
    309309                        const char *fontname  = fontlist[iso][c]; 
    310310                        int         size      = parsesize(fontname); 
    311                         flist[found_fonts].fn = fontname; // valid as long fontlist[iso] is not free'd! 
     311                        flist[found_fonts].fn = fontname; // valid as long fontlist[iso] is not freed! 
    312312                        flist[found_fonts].s  = size; 
    313313                        found_fonts++;