Searched defs:locations (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dinkscape.cpp593 const char* locations[] = { local
601 for(size_t i=0; i<sizeof(locations)/sizeof(*locations); i++) {
602 if (!locations[i]) continue; // It seems to be okay, but just in case
603 gchar * filename = g_build_filename(locations[i], c, NULL);
629 fprintf (stderr, "\nEmergency save document locations:\n");
651 char const *sstr = _("Automatic backups of unsaved documents were done to the following locations:\n");

Completed in 775 milliseconds