Searched refs:istr (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dinkscape.cpp650 char const *istr = _("Inkscape encountered an internal error and will close now.\n"); local
654 gint len = strlen (istr) + strlen (sstr) + strlen (fstr);
664 len = strlen (istr);
665 memcpy (b + pos, istr, len);

Completed in 557 milliseconds