diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2009-01-14 02:20:42 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2009-01-14 02:20:42 +0000 |
| commit | e04d8c0018818f7b917aff1a97edabeda87ce078 (patch) | |
| tree | 71a131ab2e94da908ea2eca48bce732a0a641e68 | |
| parent | fix windows build................................ (diff) | |
| download | inkscape-e04d8c0018818f7b917aff1a97edabeda87ce078.tar.gz inkscape-e04d8c0018818f7b917aff1a97edabeda87ce078.zip | |
fixing the build (in Ubuntu GNU/Linux at least)
(bzr r7130)
| -rw-r--r-- | src/menus-skeleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h index 90542cee7..d41906a01 100644 --- a/src/menus-skeleton.h +++ b/src/menus-skeleton.h @@ -9,7 +9,7 @@ #endif static char const menus_skeleton[] = -"<inkscape version=\"" INKSCAPE_VERSION "\"\n" +"<inkscape version=\"" "INKSCAPE_VERSION" "\"\n" " xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n" " xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">\n" "\n" |
