mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
add manual reference to missing video-tools warnings
This commit is contained in:
parent
8bd6de3f4e
commit
670c066793
3 changed files with 23 additions and 14 deletions
|
|
@ -89,8 +89,13 @@ VideoServerDialog::VideoServerDialog (Session* s)
|
|||
else {
|
||||
PBD::warning <<
|
||||
string_compose(
|
||||
_("The external video server 'harvid' can not be found. The tool is included with the %1 releases from ardour.org, "
|
||||
"alternatively you can download it from http://x42.github.com/harvid/ or acquire it from your distribution."), PROGRAM_NAME)
|
||||
_("The external video server 'harvid' can not be found.\n"
|
||||
"The tool is included with the %1 releases from ardour.org, "
|
||||
"alternatively you can download it from http://x42.github.com/harvid/ "
|
||||
"or acquire it from your distribution.\n"
|
||||
"\n"
|
||||
"see also http://manual.ardour.org/video-timeline/setup/"
|
||||
), PROGRAM_NAME)
|
||||
<< endmsg;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue