Skip to content

Commit

Permalink
Refs #8284 Fix file extension filtering.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Apr 16, 2014
1 parent 0e5a700 commit 5cc42ca
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -378,9 +378,7 @@
<property name="fileBrowserSuffixes" stdset="0">
<stringlist>
<string>_res.nxs</string>
<string>.res</string>
<string>_red</string>
<string>.red</string>
<string>_red.nxs</string>
</stringlist>
</property>
<property name="showLoad">
Expand Down Expand Up @@ -901,9 +899,7 @@
<property name="fileBrowserSuffixes" stdset="0">
<stringlist>
<string>_res.nxs</string>
<string>.res</string>
<string>_red.nxs</string>
<string>_red</string>
</stringlist>
</property>
<property name="showLoad">
Expand Down

0 comments on commit 5cc42ca

Please sign in to comment.