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

/inkscape/src/
H A Dmain.cpp1510 const gchar *fn_hint = o->getRepr()->attribute("inkscape:export-filename"); local
1511 if (fn_hint) {
1513 g_warning ("Using export filename from the command line (--export-png). Filename hint %s is ignored.", fn_hint);
1516 filename = fn_hint;

Completed in 30 milliseconds