mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
tooltips.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4149 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
aa3c665813
commit
11127801c4
@ -1,3 +1,7 @@
|
||||
2002-05-09 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* Tooltips.C: enable tooltips by default.
|
||||
|
||||
2002-05-09 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* xforms_resize.h: improve the doc++ comments.
|
||||
|
@ -28,7 +28,7 @@
|
||||
using SigC::slot;
|
||||
|
||||
|
||||
bool Tooltips::enabled_ = false;
|
||||
bool Tooltips::enabled_ = true;
|
||||
|
||||
SigC::Signal0<void> Tooltips::toggled;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user