]> git.lyx.org Git - lyx.git/commitdiff
fix ert-insert icon
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 12 Jul 2001 13:41:12 +0000 (13:41 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 12 Jul 2001 13:41:12 +0000 (13:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2227 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/images/ert-insert.xpm [new file with mode: 0644]
lib/images/tex-mode.xpm [deleted file]
src/insets/inset.h

index 3051e7f29f8c0bdb6e9afb49ae71ec3b697bc9ad..e400493f9167c8163d88afcc69eea0526d4f8a9a 100644 (file)
@@ -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
diff --git a/lib/images/ert-insert.xpm b/lib/images/ert-insert.xpm
new file mode 100644 (file)
index 0000000..96aa33d
--- /dev/null
@@ -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 (file)
index 96aa33d..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/* XPM */
-static char const * tex_xpm[] = {
-"20 20 2 1",
-"      c None",
-".     c #7B7B00000000",
-"                    ",
-"                    ",
-"                    ",
-"........   ..    .. ",
-"........    ..   .. ",
-"   ..       ..  ..  ",
-"   ..        .. ..  ",
-"   ..  ..... ....   ",
-"   ..  .....  ...   ",
-"   ..  ..     ...   ",
-"   ..  ..     ...   ",
-"   ..  ....  .. ..  ",
-"   ..  ....  .. ..  ",
-"   ..  ..   ..   .. ",
-"   ..  ..   ..   .. ",
-"       ..           ",
-"       .....        ",
-"       .....        ",
-"                    ",
-"                    "};
-
-
index 2b089cf867d1b26895de5895db5131a26660dd1c..264ab4b26069007ef7ed0046b7b3d4e61e047302 100644 (file)
@@ -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; }