Comment 23 for bug 333263

Revision history for this message
Alvin Penner (apenner) wrote :

wrt to the missing icon "edit-select-all", I see that in the file \src\widgets\icon.cpp there is code like this:

static void setupLegacyNaming() {
    legacyNames["view-fullscreen"] = "fullscreen";
    legacyNames["edit-select-all"] = "selection_select_all";
    legacyNames["window-new"] = "view_new";
}

I guess this is to recognize the change in id. However, my question is, why is there no mention of the icon "deselect", because its id has also changed from 'selection_deselect' to 'edit-select-none'.