mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
canonical names for video-tools
This commit is contained in:
parent
41faeb76e1
commit
1bec1059fb
2 changed files with 8 additions and 9 deletions
|
|
@ -84,9 +84,6 @@ VideoServerDialog::VideoServerDialog (Session* s)
|
|||
if (find_file_in_search_path (PBD::SearchPath(Glib::getenv("PATH")), X_("harvid"), icsd_file_path)) {
|
||||
path_entry.set_text(icsd_file_path);
|
||||
}
|
||||
else if (find_file_in_search_path (PBD::SearchPath(Glib::getenv("PATH")), X_("icsd"), icsd_file_path)) {
|
||||
path_entry.set_text(icsd_file_path);
|
||||
}
|
||||
else if (Glib::file_test(X_("C:\\Program Files\\harvid\\harvid.exe"), Glib::FILE_TEST_EXISTS)) {
|
||||
path_entry.set_text(X_("C:\\Program Files\\harvid\\harvid.exe"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue