Problems w/ Dialog Editor

Richard Dale Richard_Dale at tipitina.demon.co.uk
Thu Apr 13 20:18:55 BST 2000


Sorry - a small correction to my previous post

On Thu, 13 Apr 2000, Richard Dale wrote:
> ie add this line:
>     props->dumpStringPropCall(stream, "setSpecialValueText", "SpecialValText");
> 

should be:

bool withi18n = ((CKDevelop*)parent())->getProject()->isKDEProject();
props->dumpStringPropCall(stream, "setSpecialValueText", "SpecialValText",withi18n);

..to get a localisable string for KDE.

-- Richard





More information about the KDevelop mailing list