@@ -1672,7 +1672,6 @@
<EmbeddedResource Include="Help.resx">
<DependentUpon>Help.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="Properties\licenses.licx" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
@@ -595,6 +595,11 @@ namespace OTSPartA_STDEditor
e.CancelEdit=true;
return;
}
+ if (e.Label == "Default")
+ {
+ e.CancelEdit = true;
+ return;
+ }
if (e.Label != null && e.Label != "")
{
if (m_MainForm._sTDEditor.GroupIdDictionaryFromName.ContainsKey(e.Label))