From 14cc9fe52b4cc75553dd907882594467b16c5bf1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 21 Sep 2008 00:17:29 -0400 Subject: Use textadept.exe path as textadept_home instead of C:\Program Files\textadept. --- src/textadept.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/textadept.h') diff --git a/src/textadept.h b/src/textadept.h index 395a462f..24c17816 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -29,7 +29,7 @@ extern lua_State *lua; #ifndef WIN32 static const char *textadept_home = "/usr/share/textadept/"; #else -static const char *textadept_home = "C:\\Program Files\\textadept"; +extern char *textadept_home; #endif static long SS(ScintillaObject *sci, unsigned int msg, unsigned long wParam=0, -- cgit v1.2.3