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

/inkscape/src/
H A Dmain.cpp1064 Glib::ustring inkscape_style = INKSCAPE_UIDIR; local
1065 inkscape_style += "/style.css";
1066 // std::cout << "CSS Stylesheet Inkscape: " << inkscape_style << std::endl;
1069 provider->load_from_path (inkscape_style);
1074 std::cerr << "CSSProviderError::load_from_path(): failed to load: " << inkscape_style << "\n (" << ex.what() << ")" << std::endl;

Completed in 92 milliseconds