[k3b] [Bug 387765] K3b says that blu-ray ISO is not recognizable
Thomas Schmitt
bugzilla_noreply at kde.org
Wed Dec 13 15:03:53 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=387765
--- Comment #14 from Thomas Schmitt <scdbackup at gmx.net> ---
Hi,
@Dr. Chapatin:
Did you verify that your K3B source does have these lines in
in
src/misc/k3bimagewritingdialog.cpp
?
if (d->foundImageType == IMAGE_UNKNOWN) {
if (KMessageBox::questionYesNo(this,
i18n("Type of image file is not
recognizable. Do you want to burn it anyway?"),
i18n("Unknown image type")) ==
KMessageBox::Yes) {
d->foundImageType = IMAGE_RAW;
d->imageFile = path;
}
}
The current git state is in
https://cgit.kde.org/k3b.git/tree/src/misc/k3bimagewritingdialog.cpp#n873
Have a nice day :)
Thomas
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the k3b
mailing list