diff --git a/Src/LexText/Lexicon/MsaInflectionFeatureListDlgLauncherView.cs b/Src/LexText/Lexicon/MsaInflectionFeatureListDlgLauncherView.cs index f02ad102b7..6724f6f289 100644 --- a/Src/LexText/Lexicon/MsaInflectionFeatureListDlgLauncherView.cs +++ b/Src/LexText/Lexicon/MsaInflectionFeatureListDlgLauncherView.cs @@ -43,7 +43,7 @@ public void Init(LcmCache cache, IFsFeatStruc fs) } else { - m_rootb.SetRootObject(m_fs == null ? 0 : m_fs.Hvo, m_vc, (int)VcFrags.kfragName, m_rootb.Stylesheet); + m_rootb.SetRootObject(m_fs == null ? 0 : m_fs.Hvo, m_vc, (int)VcFrags.kfragShortName, m_rootb.Stylesheet); m_rootb.Reconstruct(); } }