https://bugs.kde.org/show_bug.cgi?id=387765

--- Comment #14 from Thomas Schmitt <scdbac...@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 watching all bug changes.

Reply via email to