mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Oops - correct some typos in my previous commit
(accidentally used G_DIR_SEPARATOR instead of G_SEARCHPATH_SEPARATOR)
This commit is contained in:
parent
d95de39339
commit
5d9c2104d2
4 changed files with 8 additions and 8 deletions
|
|
@ -133,7 +133,7 @@ MissingFileDialog::add_chosen ()
|
|||
break;
|
||||
}
|
||||
|
||||
split (str, dirs, G_DIR_SEPARATOR);
|
||||
split (str, dirs, G_SEARCHPATH_SEPARATOR);
|
||||
|
||||
newdir = chooser.get_filename ();
|
||||
|
||||
|
|
@ -144,7 +144,7 @@ MissingFileDialog::add_chosen ()
|
|||
}
|
||||
|
||||
if (!str.empty()) {
|
||||
str += G_DIR_SEPARATOR;
|
||||
str += G_SEARCHPATH_SEPARATOR;
|
||||
}
|
||||
|
||||
str += newdir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue