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

/inkscape/src/ui/dialog/
H A Dinkscape-preferences.cpp938 int const numPathstringFormat = 3; local
939 Glib::ustring pathstringFormatLabels[numPathstringFormat] = {_("Absolute"), _("Relative"), _("Optimized")};
940 int pathstringFormatValues[numPathstringFormat] = {0, 1, 2};
942 _svgoutput_pathformat.init("/options/svgoutput/pathstring_format", pathstringFormatLabels, pathstringFormatValues, numPathstringFormat, 2);

Completed in 22 milliseconds