Patch for the MathML panel

Frederic WANG <[email protected]> Sat, 17 May 2008 10:17:23 +0200
Newsgroups gmane.comp.web.amaya.devel
Message-ID <[email protected]>
Hello,

The "eq" (equal) construction uses the icon of "neq" (not equal). The 
patch fixes this bug.

-- 
Frederic WANG
http://www.maths-informatique-jeux.com/international/
amaya.diff (text/x-patch, 1 KB)
Index: Amaya/resources/xrc/Panel_MathML.xrc
===================================================================
RCS file: /sources/public/Amaya/resources/xrc/Panel_MathML.xrc,v
retrieving revision 1.37
diff -u -r1.37 Panel_MathML.xrc
--- Amaya/resources/xrc/Panel_MathML.xrc    20 Mar 2008 16:12:50 -0000  1.37
+++ Amaya/resources/xrc/Panel_MathML.xrc    17 May 2008 08:07:05 -0000
@@ -175,7 +175,7 @@
                   <object class="wxToolBar" subclass="AmayaMathMLToolBar">
                     <style>wxTB_NODIVIDER|wxTB_FLAT</style>
                     <object class="tool" name="wxID_PANEL_MATH_EQ">
-                      <bitmap>../icons/16x16/MATHML_neq.png</bitmap>
+                      <bitmap>../icons/16x16/MATHML_eq.png</bitmap>
                     </object>
                     <object class="tool" name="wxID_PANEL_MATH_NEQ">
                       <bitmap>../icons/16x16/MATHML_neq.png</bitmap>
@@ -827,4 +827,4 @@
     </object>
     <style>wxTAB_TRAVERSAL|wxNO_BORDER</style>
   </object>
-</resource>
+</resource>
\ No newline at end of file