|
From: Jacek S. <arn...@gm...> - 2008-01-19 09:57:32
|
> I failed at getting this to work / output the right info, so left as it
> originally was :(
I'll have a look later on then...but I'm suspecting the tstring...maybe if that function returned a
normal string it would be easier...
> On the brightside i did get the 'Normal \ At Least \ At Most' selection
> in SearchFrame to be used again. :)
> These are the relevant lines from the patch
Nice - I never use the modes so I wouldn't know =)
> Found another error though which i couldn't figure out . . . . the
> 'Re-add Source' option in Download Queue displays the contents of the
> 'Remove Source' option.
I'll have a look as well...
If you have something like TSTRING(BLAH) + Text::toT(Util::toString(xxx)), do TF_("xxx %1%") % xxx,
not % Text::toT(Util::toString(xxx))) to avoid a few unneeded function calls...I edited the relevant
parts of the patch, but please check if I missed any...
/J
|