tooltips.diff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4149 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-05-09 13:43:44 +00:00
parent aa3c665813
commit 11127801c4
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -28,7 +28,7 @@
using SigC::slot;
bool Tooltips::enabled_ = false;
bool Tooltips::enabled_ = true;
SigC::Signal0<void> Tooltips::toggled;