Accept two rbutil patches by Clemens Werther:
* FS#8336: make rbutil compile on non-windows machines * FS#8337: change target link for the "help" menu item git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15945 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1e16e0e1c0
commit
646d39ec4e
3 changed files with 4 additions and 2 deletions
|
@ -355,6 +355,7 @@ Martin Crkovský
|
|||
Ariya Hidayat
|
||||
Jonas Hurrelmann
|
||||
Lee Kang Hyuk
|
||||
Clemens Werther
|
||||
|
||||
The libmad team
|
||||
The wavpack team
|
||||
|
|
|
@ -242,7 +242,7 @@ void RbUtilQt::about()
|
|||
|
||||
void RbUtilQt::help()
|
||||
{
|
||||
QUrl helpurl("http://www.rockbox.org/wiki/RockboxUtilityQt");
|
||||
QUrl helpurl("http://www.rockbox.org/wiki/RockboxUtility");
|
||||
QDesktopServices::openUrl(helpurl);
|
||||
}
|
||||
|
||||
|
|
|
@ -160,5 +160,6 @@ win32 {
|
|||
system(copy ..\..\tools\sapi_voice.vbs builtin\sapi_voice.vbs)
|
||||
}
|
||||
!win32 {
|
||||
system(copy ../../tools/sapi_voice.vbs builtin/sapi_voice.vbs)
|
||||
system(mkdir builtin)
|
||||
system(cp ../../tools/sapi_voice.vbs builtin/sapi_voice.vbs)
|
||||
}
|
Loading…
Reference in a new issue