mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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:
parent
322d2b46cd
commit
b93621d2ae
3 changed files with 17 additions and 1 deletions
|
|
@ -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 &Qt</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Help" >
|
||||
<property name="text" >
|
||||
<string>&Help</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>tabWidget</tabstop>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue