add manual reference to missing video-tools warnings

This commit is contained in:
Robin Gareus 2014-04-11 17:01:26 +02:00
parent 8bd6de3f4e
commit 670c066793
3 changed files with 23 additions and 14 deletions

View file

@ -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;
}