Changeset 678

Show
Ignore:
Timestamp:
02/06/10 13:22:12 (3 years ago)
Author:
joerg
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/util/Aspell.java

    r677 r678  
    110110    if(version == null) throw new IOException("Aspell failed to start: " + aspellErr.readLine()); 
    111111 
    112     if(version.indexOf("Aspell 0.5") != -1) fuckWindows = false; 
     112    if(version.indexOf("Aspell 0.5") != -1) fuckWindows = true; 
    113113 
    114114    personalWords.clear();