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

/inkscape/src/ui/dialog/
H A Dexport.cpp1339 WCHAR* title_string = (WCHAR*)g_utf8_to_utf16(_("Select a filename for exporting"), -1, NULL, NULL, NULL); local
1374 opf.lpstrTitle = title_string;
1392 g_free(title_string);

Completed in 21 milliseconds