Searched refs:quoted_href (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ | ||
H A D | sp-anchor.cpp | 110 char *quoted_href = xml_quote_strdup(this->href); local 111 char *ret = g_strdup_printf(_("to %s"), quoted_href); 112 g_free(quoted_href); |
Completed in 81 milliseconds