Fwd: extragear/graphics/digikam/imageplugins/whitebalance

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Fwd: extragear/graphics/digikam/imageplugins/whitebalance

Bugzilla from andi.clemens@gmx.net
Could it be that this is not translatable at all?
Because the string is generated from a method?

Andi

SVN commit 1038671 by aclemens:

wrong method call...

 M  +1 -1      whitebalancetool.cpp  


--- trunk/extragear/graphics/digikam/imageplugins/whitebalance/whitebalancetool.cpp #1038670:1038671
@@ -292,7 +292,7 @@
     toolTip += d->addTemperatureDescription("xenon lamp or light arc",               XenonLamp);
     toolTip += d->addTemperatureDescription("overcast sky light",                    DaylightD65);
     toolTip += d->addTemperatureDescription("no preset value",                       None);
-    d->temperaturePresetCB->setToolTip(i18n(toolTip.toAscii()));
+    d->temperaturePresetCB->setToolTip(i18n(toolTip.toUtf8()));
 
     d->pickTemperature = new QToolButton;
     d->pickTemperature->setIcon(KIcon("color-picker-grey"));

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Fwd: extragear/graphics/digikam/imageplugins/whitebalance

Bugzilla from andi.clemens@gmx.net
I guess I fixed it now...

Andi

On Wednesday 21 October 2009 17:47:31 Andi Clemens wrote:
> Could it be that this is not translatable at all?
> Because the string is generated from a method?
>
> Andi
>
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel