Oops - correct some typos in my previous commit

(accidentally used G_DIR_SEPARATOR instead of G_SEARCHPATH_SEPARATOR)
This commit is contained in:
John Emmas 2014-04-11 15:36:04 +01:00
parent d95de39339
commit 5d9c2104d2
4 changed files with 8 additions and 8 deletions

View file

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