On Thu, Sep 25, 2008 at 1:09 AM, Tex Drieschner
<[EMAIL PROTECTED]>wrote:

>
> No luck, and I can imagine it has to do with this, where it's hardcoded:
>
>            // dreadful hack
>            if (tag == &quot;Starred&quot;)
>                label = &quot;\u2605&quot;;
>
> changing this to
>            // slightly less dreadful hack
>            if (tag == &quot;Starred&quot;)
>                label = config.mGTD.data.unicodeStar;
> makes it work for me at least...
>
> should the original sources be patched that way?
>

Ahah! Thanks! Will amend it immediately.


Simon.


-- 
[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to