icon-browser: Add open-menu to the list

This commit is contained in:
Matthias Clasen 2014-07-25 14:41:55 -04:00
parent 61f0ed80a1
commit 33327d6904

View File

@ -262,6 +262,7 @@ populate (IconBrowserWindow *win)
add_icon (win, "object-rotate-left", "The icon for the rotate left action performed on an object.", "actions");
add_icon (win, "object-rotate-right", "The icon for the rotate rigt action performed on an object.", "actions");
add_icon (win, "object-select", "", "actions"); // missing from spec
add_icon (win, "open-menu", "", "actions"); // missing from spec
add_icon (win, "pan-down", "", "actions"); // missing from spec
add_icon (win, "pan-end", "", "actions"); // missing from spec
add_icon (win, "pan-start", "", "actions"); // missing from spec