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

/inkscape/src/ui/dialog/
H A Dexport.cpp1067 gchar * safeFile = Inkscape::IO::sanitizeString(path.c_str()); local
1069 _("Exporting file <b>%s</b>..."), safeFile), desktop);
1071 _("Exporting file <b>%s</b>..."), safeFile), desktop);
1080 gchar * error = g_strdup_printf(_("Could not export to filename %s.\n"), safeFile);
1083 _("Could not export to filename <b>%s</b>."), safeFile);
1090 g_free(safeFile);
1171 gchar * safeFile = Inkscape::IO::sanitizeString(path.c_str()); local
1172 gchar * error = g_strdup_printf(_("Could not export to filename %s.\n"), safeFile);
1177 g_free(safeFile);
1181 gchar *safeFile local
[all...]

Completed in 25 milliseconds