From: joncruz Date: Thu, 26 Jun 2008 04:09:44 +0000 (+0000) Subject: Do not have menu entry for SVG Fonts if they are not enabled X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1ea7a17918f47a134e34a50cf0b9f063450dbbf8;p=inkscape.git Do not have menu entry for SVG Fonts if they are not enabled --- diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h index c06377221..bd4f8535e 100644 --- a/src/menus-skeleton.h +++ b/src/menus-skeleton.h @@ -228,7 +228,9 @@ static char const menus_skeleton[] = " \n" " \n" " \n" +#ifdef ENABLE_SVG_FONTS " \n" +#endif // ENABLE_SVG_FONTS " \n" " \n" " \n"