]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.C
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insetfoot.C
index b1b554f7acad61565c4c89f5db6a07e1cc523295..b9be27578b7835d9ee2798557114dcf6c0365da1 100644 (file)
@@ -35,7 +35,7 @@ InsetFoot::InsetFoot(BufferParams const & bp)
        : InsetFootlike(bp)
 {
        setLabel(_("foot"));
-       setInsetName("Foot");
+       setInsetName(from_ascii("Foot"));
 }
 
 
@@ -43,7 +43,7 @@ InsetFoot::InsetFoot(InsetFoot const & in)
        : InsetFootlike(in)
 {
        setLabel(_("foot"));
-       setInsetName("Foot");
+       setInsetName(from_ascii("Foot"));
 }