]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.C
* remove various xforms relicts, in particular:
[lyx.git] / src / ispell.C
index 34c291a648f8a7021db62045c4fdf47f6a7050bc..cdef2fb907acef9cf7565b763bb704ec4a0a663d 100644 (file)
@@ -158,7 +158,7 @@ int LaunchIspell::generateChild()
        if (lyxrc.isp_use_input_encoding &&
            params.inputenc != "default") {
                string enc = (params.inputenc == "auto")
-                       ? params.language->encoding()->LatexName()
+                       ? params.language->encoding()->latexName()
                        : params.inputenc;
                string::size_type n = enc.length();
                tmp = new char[3];