Skip to content

Commit

Permalink
fix: entry captions - allow selecting DFXP files
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Aug 14, 2017
1 parent 25b9289 commit 0752a25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="kEditWin kOverrideFAIcons" #captionsEdit>
<kFileDialog #fileDialog [filter]="'.xml,.srt'" (onFileSelected)="_onFileSelected($event)"></kFileDialog>
<kFileDialog #fileDialog [filter]="'.xml,.srt,.dfxp'" (onFileSelected)="_onFileSelected($event)"></kFileDialog>
<form [formGroup]="captionsEditForm" novalidate>
<div class="kHeader">
<span class="kTitle">{{ (_newCaption ? 'applications.content.entryDetails.captions.add' : 'applications.content.entryDetails.captions.editCaption') | translate}}</span>
Expand Down

0 comments on commit 0752a25

Please sign in to comment.