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

@ -819,6 +819,8 @@ p, li { white-space: pre-wrap; }
</property>
<addaction name="action_About" />
<addaction name="actionAbout_Qt" />
<addaction name="separator" />
<addaction name="action_Help" />
</widget>
<addaction name="menu_File" />
<addaction name="menuAbout" />
@ -857,6 +859,11 @@ p, li { white-space: pre-wrap; }
<string>About &amp;Qt</string>
</property>
</action>
<action name="action_Help" >
<property name="text" >
<string>&amp;Help</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>tabWidget</tabstop>