diff options
author | corvid <corvid@lavabit.com> | 2011-05-30 13:22:57 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-05-30 13:22:57 +0000 |
commit | 6706b98088dc9982ef23a02661f7291ac6815469 (patch) | |
tree | 146b26ab7b54b52c30016e74c66fc2b5facd3a98 /dw/fltkplatform.hh | |
parent | 9e16e1e3f9e8879cbb21e67582d103dba317193c (diff) |
Reintroduce @-escaping for tooltips.
I don't know what case I managed to test where I thought it was
unnecessary with 1.3. I do know that '&' has not been a problem...
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index 62bc3e0e..134b5c54 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -59,6 +59,7 @@ class FltkTooltip: public core::style::Tooltip private: FltkTooltip (const char *text); ~FltkTooltip (); + char *escaped_str; public: static FltkTooltip *create(const char *text); void onEnter(); |