From d94355729da4677f7bc7dcc59adcce33dfc7e2b4 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 17 Nov 2010 19:46:50 +0100 Subject: added icons in the demo browser and the editor's file dialog. Closes #209 --- src/game/client/components/menus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/components/menus.h') diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h index 7b661360..9b7647b1 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -47,7 +47,7 @@ class CMenus : public CComponent static void ui_draw_settings_tab_button(const void *id, const char *text, int checked, const CUIRect *r, const void *extra); */ - int DoButton_BrowseIcon(int Checked, const CUIRect *pRect); + int DoButton_Icon(int ImageId, int SpriteId, const CUIRect *pRect); int DoButton_GridHeader(const void *pID, const char *pText, int Checked, const CUIRect *pRect); //static void ui_draw_browse_icon(int what, const CUIRect *r); -- cgit 1.4.1