Commit 552de996 authored by Claudio Valerio's avatar Claudio Valerio

fixed issue 95

parent 1b329518
......@@ -970,7 +970,7 @@ void UBDocumentController::importFile()
QString groupName = group->groupName();
if (groupName == mDefaultDocumentGroupName || fileInfo.suffix() != "ubz")
if (groupName == mDefaultDocumentGroupName || fileInfo.suffix() == "ubz")
groupName = "";
showMessage(tr("Importing file %1...").arg(fileInfo.baseName()), true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment