This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- src/tools/hunspell.cxx.old 2013-08-02 18:21:49.000000000 +0200 | |
| +++ src/tools/hunspell.cxx 2013-08-02 18:20:27.000000000 +0200 | |
| @@ -28,7 +28,7 @@ | |
| #ifdef WIN32 | |
| #define LIBDIR "C:\\Hunspell\\" | |
| -#define USEROOODIR "Application Data\\OpenOffice.org 2\\user\\wordbook" | |
| +#define USEROOODIR { "Application Data\\OpenOffice.org 2\\user\\wordbook" } | |
| #define OOODIR \ | |
| "C:\\Program files\\OpenOffice.org 2.4\\share\\dict\\ooo\\;" \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### CONFIGURATION ### | |
| global theTodoCalendar, theEventCalendar, eventPrefix | |
| set theTodoCalendar to "Uni To Do" | |
| set theEventCalendar to "Uni" | |
| set eventPrefix to "DUE: " | |
| ### PROGRAM, don't modify! ### | |
| to joinList(aList) |
NewerOlder