]> git.lyx.org Git - features.git/commitdiff
Some more mangling
authorJohn Levon <levon@movementarian.org>
Wed, 20 Nov 2002 17:49:52 +0000 (17:49 +0000)
committerJohn Levon <levon@movementarian.org>
Wed, 20 Nov 2002 17:49:52 +0000 (17:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5686 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlMath.C

index 5e610bd0c6784a8fa4d82b930ce228932cf40ae6..4d5882224969d7cf8b820ed6ca573dac1633def0 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-20  John Levon  <levon@movementarian.org>
+
+       * ControlMath.C: couple more manglings
 2002-11-20  John Levon  <levon@movementarian.org>
 
        * ControlMath.h:
index a0dc7aaf561233ae205c90e9094bcba8aaf1b7b3..62fa32cc7821794a54510837038565e194cdb343 100644 (file)
@@ -213,6 +213,9 @@ string const find_xpm(string const & name)
        else if (xpm_name == "{") xpm_name = "lbrace";
        else if (xpm_name == "}") xpm_name = "rbrace";
        else if (xpm_name == "|") xpm_name = "bars";
+       else if (xpm_name == "_") xpm_name = "underscore";
+       else if (xpm_name == "textrm_Å") xpm_name = "textrm_A";
+       else if (xpm_name == "textrm_Ø") xpm_name = "textrm_0";
        else if (xpm_name == "Bumpeq") xpm_name = "bumpeq2";
        else if (xpm_name == "Cap") xpm_name = "cap2";
        else if (xpm_name == "Cup") xpm_name = "cup2";