From 9cc1366877ea76559480748209113fc3f22e9805 Mon Sep 17 00:00:00 2001 From: John Maxwell Date: Wed, 13 Aug 2025 08:17:47 -0700 Subject: [PATCH] Fix LT-22251: Phonological Features field missing labels --- Build/mkall.targets | 2 +- Build/nuget-common/packages.config | 18 +++++++++--------- .../MsaInflectionFeatureListDlgLauncherView.cs | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Build/mkall.targets b/Build/mkall.targets index f549811001..aff6065bba 100644 --- a/Build/mkall.targets +++ b/Build/mkall.targets @@ -234,7 +234,7 @@ 5.2.0-beta0003 15.0.0-beta0117 9.4.0.1-beta - 11.0.0-beta0131 + 11.0.0-beta0132 70.1.123 3.6.6 1.1.1-beta0001 diff --git a/Build/nuget-common/packages.config b/Build/nuget-common/packages.config index bbc782831f..e304a2777b 100644 --- a/Build/nuget-common/packages.config +++ b/Build/nuget-common/packages.config @@ -50,15 +50,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Src/LexText/Lexicon/MsaInflectionFeatureListDlgLauncherView.cs b/Src/LexText/Lexicon/MsaInflectionFeatureListDlgLauncherView.cs index 1d2f914ec3..f02ad102b7 100644 --- a/Src/LexText/Lexicon/MsaInflectionFeatureListDlgLauncherView.cs +++ b/Src/LexText/Lexicon/MsaInflectionFeatureListDlgLauncherView.cs @@ -86,7 +86,7 @@ public override void MakeRoot() if (m_fs != null) { - m_rootb.SetRootObject(m_fs.Hvo, m_vc, (int)VcFrags.kfragName, m_rootb.Stylesheet); + m_rootb.SetRootObject(m_fs.Hvo, m_vc, (int)VcFrags.kfragShortName, m_rootb.Stylesheet); } }