fixed issue 95

preferencesAboutTextFull
Claudio Valerio 11 years ago
parent 1b3295188b
commit 552de9966b
  1. 2
      src/document/UBDocumentController.cpp

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

Loading…
Cancel
Save