X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fui_buttons.c;h=4d0f35eff471450c30009dc46b9be84d18649cd2;hb=e9b0f5d6d408984b64793383616db7ef7c137e0b;hp=8af9ea657aaf78761639ea596b33019d8e129475;hpb=d9387a581ab513a84a69b9d85979e1ea6e439863;p=omnplay diff --git a/src/ui_buttons.c b/src/ui_buttons.c index 8af9ea6..4d0f35e 100644 --- a/src/ui_buttons.c +++ b/src/ui_buttons.c @@ -170,7 +170,22 @@ static const button_desc_t buttons[] = "button_library_refresh", "Axialis_Team_library_refresh_16x16.png" }, - + { + BUTTON_LIBRARY_FIND, + "Find item", + NULL, + NULL, + "button_library_find", + "Axialis_Team_search_in_library_16x16.png" + }, + { + BUTTON_LIBRARY_FIND_NEXT, + "Find next item", + NULL, + NULL, + "button_library_find_next", + "Axialis_Team_search_next_16x16.png" + }, { BUTTON_LAST,