From 84f5939d5f534265695f6bf576e5dff7fb05dbb9 Mon Sep 17 00:00:00 2001 From: Dominik Wenger Date: Fri, 22 Jun 2007 23:46:47 +0000 Subject: rbutil: Add nice Buttons (FS 7294, heavily modified). Buttons are from the gnome-icon-theme (GPL) and are in png format. In rbutil/icons there is bin2c.c which can convert those pngs to *.c and *.h. Call it with bin2c *.png (shell expansion). The Makefile (Linux/ Mac) needs updates to use this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13690 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilFrm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rbutil/rbutilFrm.h') diff --git a/rbutil/rbutilFrm.h b/rbutil/rbutilFrm.h index 0d3b2526e4..64afe97f7a 100644 --- a/rbutil/rbutilFrm.h +++ b/rbutil/rbutilFrm.h @@ -43,6 +43,8 @@ #include "rbutil.h" #include "rbutilCtrls.h" + + class rbutilFrm : public wxFrame { private: -- cgit v1.2.3