Skip to content

Commit

Permalink
Refs #5421 Adding proper file filtering for ResNorm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Sep 12, 2013
1 parent 842879d commit 3009298
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@
<property name="loadLabelText" stdset="0">
<string>Load</string>
</property>
<property name="workspaceSuffixes" stdset="0">
<stringlist>
<string>_res</string>
</stringlist>
</property>
<property name="fileBrowserSuffixes" stdset="0">
<stringlist>
<string>_res.nxs</string>
</stringlist>
</property>
<property name="showLoad">
<bool>false</bool>
</property>
Expand Down

0 comments on commit 3009298

Please sign in to comment.