1
0
Fork 0
forked from len0rd/rockbox

add a "help" entry to the about menu. For now this opens the system browser with the rbutil wiki page.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14522 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-08-29 17:43:11 +00:00
parent 322d2b46cd
commit b93621d2ae
3 changed files with 17 additions and 1 deletions

View file

@ -62,6 +62,7 @@ class RbUtilQt : public QMainWindow
private slots:
void about(void);
void help(void);
void configDialog(void);
void updateDevice(void);
void updateSettings(void);