Skip to content

Commit

Permalink
libdoomsday|DataBundle: Include file extension in data bundle descrip…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
skyjake committed Apr 13, 2016
1 parent 84954b3 commit cc9ce98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/libdoomsday/src/resource/databundle.cpp
Expand Up @@ -247,7 +247,7 @@ String DataBundle::description() const
}
return QString("%1 \"%2\"")
.arg(::internal::formatDescriptions[d->format])
.arg(d->source->name().fileNameWithoutExtension());
.arg(d->source->name());
}

File &DataBundle::asFile()
Expand Down

0 comments on commit cc9ce98

Please sign in to comment.