From: Jean-Marc Lasgouttes Date: Thu, 12 Jul 2001 13:41:12 +0000 (+0000) Subject: fix ert-insert icon X-Git-Tag: 1.6.10~21095 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=491f68131a8b02ecf6ee9ebd2a1868b8e1a7b51a;p=lyx.git fix ert-insert icon git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2227 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 3051e7f29f..e400493f91 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2001-07-12 Jean-Marc Lasgouttes + + * images/ert-insert.xpm: renamed from tex-mode.xpm + 2001-07-12 Lars Gullik Bjønnes * ui/default.ui: add icon for ert-insert + entry in menu diff --git a/lib/images/ert-insert.xpm b/lib/images/ert-insert.xpm new file mode 100644 index 0000000000..96aa33d95b --- /dev/null +++ b/lib/images/ert-insert.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static char const * tex_xpm[] = { +"20 20 2 1", +" c None", +". c #7B7B00000000", +" ", +" ", +" ", +"........ .. .. ", +"........ .. .. ", +" .. .. .. ", +" .. .. .. ", +" .. ..... .... ", +" .. ..... ... ", +" .. .. ... ", +" .. .. ... ", +" .. .... .. .. ", +" .. .... .. .. ", +" .. .. .. .. ", +" .. .. .. .. ", +" .. ", +" ..... ", +" ..... ", +" ", +" "}; + + diff --git a/lib/images/tex-mode.xpm b/lib/images/tex-mode.xpm deleted file mode 100644 index 96aa33d95b..0000000000 --- a/lib/images/tex-mode.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char const * tex_xpm[] = { -"20 20 2 1", -" c None", -". c #7B7B00000000", -" ", -" ", -" ", -"........ .. .. ", -"........ .. .. ", -" .. .. .. ", -" .. .. .. ", -" .. ..... .... ", -" .. ..... ... ", -" .. .. ... ", -" .. .. ... ", -" .. .... .. .. ", -" .. .... .. .. ", -" .. .. .. .. ", -" .. .. .. .. ", -" .. ", -" ..... ", -" ..... ", -" ", -" "}; - - diff --git a/src/insets/inset.h b/src/insets/inset.h index 2b089cf867..264ab4b260 100644 --- a/src/insets/inset.h +++ b/src/insets/inset.h @@ -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; }