* Re-input a close that had been deleted by mistake.
This commit is contained in:
jean.chalard
2009-12-18 10:12:07 +00:00
parent cecfa80ca0
commit 6af5563103

View File

@@ -404,6 +404,7 @@ OptionDirectory::OptionDirectory(string root, int id, string displayValue, strin
sprintf(buf,"%s/%s/%s", root.c_str(), mDit->d_name, type.c_str());
std::ifstream file(buf);
if (!file) continue;
file.close();
addSelection(mDit->d_name);
}