|
|
|
|
@ -156,7 +156,7 @@ void DcrawBinary::checkReport()
|
|
|
|
|
if (!isAvailable())
|
|
|
|
|
{
|
|
|
|
|
KMessageBox::information(
|
|
|
|
|
kapp->activeWindow(),
|
|
|
|
|
tdeApp->activeWindow(),
|
|
|
|
|
i18n("<qt><p>Unable to find the <b>%1</b> executable:<br>"
|
|
|
|
|
"This binary program is required to support Raw file formats. "
|
|
|
|
|
"You can continue, but you will not be able "
|
|
|
|
|
@ -172,7 +172,7 @@ void DcrawBinary::checkReport()
|
|
|
|
|
if (!versionIsRight())
|
|
|
|
|
{
|
|
|
|
|
KMessageBox::information(
|
|
|
|
|
kapp->activeWindow(),
|
|
|
|
|
tdeApp->activeWindow(),
|
|
|
|
|
i18n("<qt><p><b>%1</b> executable is not up to date:<br> "
|
|
|
|
|
"The version %2 of this binary program have been found on your computer. "
|
|
|
|
|
"This version is too old to run properly. "
|
|
|
|
|
|