summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cbec3ed)
raw | patch | inline | side by side (parent: cbec3ed)
author | jucablues <jucablues@users.sourceforge.net> | |
Mon, 21 Jan 2008 05:29:54 +0000 (05:29 +0000) | ||
committer | jucablues <jucablues@users.sourceforge.net> | |
Mon, 21 Jan 2008 05:29:54 +0000 (05:29 +0000) |
src/ui/dialog/filter-effects-dialog.cpp | patch | blob | history |
index b21e08390b63751e2b6641d2d09de09dd16036fd..a120b6a40a378ba7f24594dc94cea3dc469baabb 100644 (file)
break;
case(NR::NR_FILTER_DIFFUSELIGHTING):
_infobox_icon.set(g_strdup_printf("%s/feDiffuseLighting-icon.png", INKSCAPE_PIXMAPDIR));
- _infobox_desc.set_markup(_("The <b>feDiffuseLighting</b> and feSpecularLighting filter primitives create "embossed" shadings. The input's alpha channel is used to provide depth information: higher opacity areas are raised toward the viewer and lower opacity areas recede away from the viewer."));
+ _infobox_desc.set_markup(_("The <b>feDiffuseLighting</b> and feSpecularLighting filter primitives create \"embossed\" shadings. The input's alpha channel is used to provide depth information: higher opacity areas are raised toward the viewer and lower opacity areas recede away from the viewer."));
break;
case(NR::NR_FILTER_DISPLACEMENTMAP):
_infobox_icon.set(g_strdup_printf("%s/feDisplacementMap-icon.png", INKSCAPE_PIXMAPDIR));
break;
case(NR::NR_FILTER_SPECULARLIGHTING):
_infobox_icon.set(g_strdup_printf("%s/feSpecularLighting-icon.png", INKSCAPE_PIXMAPDIR));
- _infobox_desc.set_markup(_("The feDiffuseLighting and <b>feSpecularLighting</b> filter primitives create "embossed" shadings. The input's alpha channel is used to provide depth information: higher opacity areas are raised toward the viewer and lower opacity areas recede away from the viewer."));
+ _infobox_desc.set_markup(_("The feDiffuseLighting and <b>feSpecularLighting</b> filter primitives create \"embossed\" shadings. The input's alpha channel is used to provide depth information: higher opacity areas are raised toward the viewer and lower opacity areas recede away from the viewer."));
break;
case(NR::NR_FILTER_TILE):
_infobox_icon.set(g_strdup_printf("%s/feTile-icon.png", INKSCAPE_PIXMAPDIR));