Skip to content

Instantly share code, notes, and snippets.

View thpani's full-sized avatar
🦚

Thomas Pani thpani

🦚
View GitHub Profile
--- 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\\;" \
### 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)