diff --git a/openbr/core/bee.cpp b/openbr/core/bee.cpp index d9f320b..fef62d5 100644 --- a/openbr/core/bee.cpp +++ b/openbr/core/bee.cpp @@ -102,7 +102,7 @@ void BEE::writeSigset(const QString &sigset, const br::FileList &files, bool ign if ((key == "Index") || (key == "Subject")) continue; metadata.append(key+"=\""+QtUtils::toString(file.value(key))+"\""); } - lines.append("\t("Subject") +"\">"); + lines.append("\t("Subject", file.name) +"\">"); lines.append("\t\t"); lines.append("\t"); }