diff options
author | Dominik Wenger <domonoky@googlemail.com> | 2007-06-22 23:46:47 +0000 |
---|---|---|
committer | Dominik Wenger <domonoky@googlemail.com> | 2007-06-22 23:46:47 +0000 |
commit | 84f5939d5f534265695f6bf576e5dff7fb05dbb9 (patch) | |
tree | c7ef6ff08daef66560b9e290efcedd6530c472be /rbutil/autodetection.h | |
parent | f5936c062f7ffe99d1503860397d9637caff3f05 (diff) |
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
Diffstat (limited to 'rbutil/autodetection.h')
-rw-r--r-- | rbutil/autodetection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/autodetection.h b/rbutil/autodetection.h index a69b9e4bca..cfd0dbab96 100644 --- a/rbutil/autodetection.h +++ b/rbutil/autodetection.h @@ -41,7 +41,7 @@ struct UsbDeviceInfo bool detectDevices(UsbDeviceInfo* tempdevice); -wxArrayString getPossibleMountPoints(); /* this funktion has to be implemented for every OS +wxArrayString getPossibleMountPoints(); /* this funktion has to be implemented for every OS */ /******************************** |