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

/inkscape/src/ui/dialog/
H A Daboutbox.cpp166 the `screens' directory. Thus the translation of "about.svg" should be
167 the filename of its translated version, e.g. about.zh.svg for Chinese.
169 N.B. about.svg changes once per release. (We should probably rename
170 the original to about-0.40.svg etc. as soon as we have a translation.
174 // FIXME? INKSCAPE_SCREENSDIR and "about.svg" are in UTF-8, not the
178 char *about=g_build_filename(INKSCAPE_SCREENSDIR, _("about.svg"), NULL); local
179 SPDocument *doc=SPDocument::createNewDoc (about, TRUE);
180 g_free(about);
1282 "might be different; for a GUI interface, you would use an \"about bo
[all...]

Completed in 763 milliseconds