mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
fix ert-insert icon
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2227 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b4704ec2c4
commit
491f68131a
@ -1,3 +1,7 @@
|
||||
2001-07-12 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* images/ert-insert.xpm: renamed from tex-mode.xpm
|
||||
|
||||
2001-07-12 Lars Gullik Bjřnnes <larsbj@birdstep.com>
|
||||
|
||||
* ui/default.ui: add icon for ert-insert + entry in menu
|
||||
|
@ -153,7 +153,7 @@ public:
|
||||
virtual void insetButtonPress(BufferView *, int, int, int) {}
|
||||
/// This is called when the user releases the button inside an inset
|
||||
virtual void insetButtonRelease(BufferView *, int, int, int) {}
|
||||
/// This is caleld when the user moves the mouse inside an inset
|
||||
/// This is called when the user moves the mouse inside an inset
|
||||
virtual void insetMotionNotify(BufferView *, int , int , int) {}
|
||||
///
|
||||
virtual bool isTextInset() const { return false; }
|
||||
|
Loading…
Reference in New Issue
Block a user