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/AWT/AWT_file_selection.cxx

    r6096 r6141  
    8181    if (GB_is_directory(GBS_mempntr(out))) { 
    8282        // if 'out' contains a directory now, 'name' was lacking a filename 
    83         // (it was only a directory then) 
     83        // (in this case it was only a directory) 
    8484        GBS_strcat(out, "/noname"); // invent a name 
    8585    }