diff --git a/openbr/plugins/gui.cpp b/openbr/plugins/gui.cpp index c5ca8a0..569412b 100644 --- a/openbr/plugins/gui.cpp +++ b/openbr/plugins/gui.cpp @@ -215,7 +215,7 @@ public: foreach (const QString & s, keys) { if (s.compare("name", Qt::CaseInsensitive) == 0) { - newTitle = newTitle + s + ": " + file.name + " "; + newTitle = newTitle + s + ": " + t.file.name + " "; } else if (t.file.contains(s)) { QString out = t.file.get(s); newTitle = newTitle + s + ": " + out + " ";