summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_server_dialog.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-03-27 16:04:56 +0100
committerRobin Gareus <robin@gareus.org>2013-03-27 16:04:56 +0100
commitba7def458eacf300b24819b3e017e5a1b1daa5cd (patch)
tree380473d4be43c6aef733ace155295a6bb08ff3f6 /gtk2_ardour/video_server_dialog.cc
parentbb9847abcd006f4348f0a503fc9309af71f65ad5 (diff)
messages related to video-server & ffmpeg external binaries
Diffstat (limited to 'gtk2_ardour/video_server_dialog.cc')
-rw-r--r--gtk2_ardour/video_server_dialog.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/video_server_dialog.cc b/gtk2_ardour/video_server_dialog.cc
index f8d8172d9e..5809b9a7d4 100644
--- a/gtk2_ardour/video_server_dialog.cc
+++ b/gtk2_ardour/video_server_dialog.cc
@@ -88,7 +88,9 @@ VideoServerDialog::VideoServerDialog (Session* s)
path_entry.set_text(X_("C:\\Program Files\\harvid\\harvid.exe"));
}
else {
- PBD::warning << _("The external video server 'harvid' can not be found, see https://github.com/x42/harvid") << endmsg;
+ PBD::warning <<
+ _("The external video server 'harvid' can not be found. The tool is included with the Ardour releases from ardour.org, "
+ "alternatively you can download it from http://x42.github.com/harvid/ or acquire it from your distribution.") << endmsg;
}