diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2011-11-29 21:50:07 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2011-11-29 21:50:07 +0000 |
| commit | f7bcc3fdb2d10dd16a9db10d6c00b624bacae2ca (patch) | |
| tree | 04d507089a5df0a8af0713f7b5967d4d0b2a667f /src/path-prefix.h | |
| parent | Add feMergeNode to "in" list in svgprops. Fix bug in preferences for deleting... (diff) | |
| download | inkscape-f7bcc3fdb2d10dd16a9db10d6c00b624bacae2ca.tar.gz inkscape-f7bcc3fdb2d10dd16a9db10d6c00b624bacae2ca.zip | |
fix typo to repair build on windows
(bzr r10755)
Diffstat (limited to 'src/path-prefix.h')
| -rw-r--r-- | src/path-prefix.h | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
