Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions Src/LexText/Interlinear/ITextStrings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Src/LexText/Interlinear/ITextStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,6 @@
<data name="ksMedia" xml:space="preserve">
<value>Media</value>
</data>
<data name="ksMedia_" xml:space="preserve">
<value>Media </value>
<comment>there is a trailing space</comment>
</data>
<data name="ksMediaNotFound" xml:space="preserve">
<value>Media not found: check Info tab for file name</value>
<comment>Used when a media filepath is specified, but the file doesn't exist. Ensure translation of "Info" matches translation used for the tab label.</comment>
Expand Down
6 changes: 0 additions & 6 deletions Src/LexText/Interlinear/InterlinVc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1441,12 +1441,6 @@ protected virtual void AddFreeformComment(IVwEnv vwenv, int hvoSeg, int lineChoi
if (exporter != null)
exporter.FreeAnnotationType = "note";
break;
case InterlinLineChoices.kflidMedia:
label = ITextStrings.ksMedia_;
flid = SegmentTags.kflidMediaURI;
if (exporter != null)
exporter.FreeAnnotationType = "media";
break;
default:
throw new Exception("Unexpected FF annotation type");
}
Expand Down
Loading