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

/inkscape/src/widgets/
H A Dicon.cpp107 static std::map<Glib::ustring, Glib::ustring> legacyNames; member in struct:IconImpl
111 std::map<Glib::ustring, Glib::ustring> IconImpl::legacyNames; member in class:IconImpl
352 if ( legacyNames.find(name) != legacyNames.end() ) {
354 g_message("Checking fallback [%s]->[%s]", name, legacyNames[name].c_str());
356 names.push_back(legacyNames[name]);
546 legacyNames["document-import"] ="file_import";
547 legacyNames["document-export"] ="file_export";
548 legacyNames["document-import-ocal"] ="ocal_import";
549 legacyNames["documen
[all...]

Completed in 16 milliseconds