From f7bcc3fdb2d10dd16a9db10d6c00b624bacae2ca Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Tue, 29 Nov 2011 22:50:07 +0100 Subject: fix typo to repair build on windows (bzr r10755) --- src/path-prefix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path-prefix.h b/src/path-prefix.h index 193801532..bdb6b35f7 100644 --- a/src/path-prefix.h +++ b/src/path-prefix.h @@ -44,7 +44,7 @@ extern "C" { #else # ifdef WIN32 # define INKSCAPE_APPICONDIR WIN32_DATADIR("pixmaps") -# define INKSCAPE_ATTRRELDIR WIN32_DATADIR "share\\attributes" +# define INKSCAPE_ATTRRELDIR WIN32_DATADIR("share\\attributes") # define INKSCAPE_BINDDIR WIN32_DATADIR("share\\bind") # define INKSCAPE_EXAMPLESDIR WIN32_DATADIR("share\\examples") # define INKSCAPE_EXTENSIONDIR WIN32_DATADIR("share\\extensions") -- cgit v1.2.3