From c88bd339e1049172ead5898391827796baefe73e Mon Sep 17 00:00:00 2001
From: Sven Buijssen <sven.buijssen@tu-dortmund.de>
Date: Tue, 3 May 2011 12:15:50 +0200
Subject: [PATCH] BUG: AnalyzeReader, H5PartReader & NIfTIReader showed up in
 Sources menu.

---
 Plugins/AnalyzeNIfTIReaderWriter/readers.xml |   10 ++++++++++
 Plugins/H5PartReader/H5PartServerManager.xml |    4 ++++
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/Plugins/AnalyzeNIfTIReaderWriter/readers.xml b/Plugins/AnalyzeNIfTIReaderWriter/readers.xml
index 254243b..9b0ac2e 100644
--- a/Plugins/AnalyzeNIfTIReaderWriter/readers.xml
+++ b/Plugins/AnalyzeNIfTIReaderWriter/readers.xml
@@ -9,6 +9,11 @@
        long_help="Read Analyze image data files">
        The Analyze reader reads Analyze data and header files containing image data file. The expected file extensions are .img and .hdr.
      </Documentation>
+
+     <Hints>
+       <ReaderFactory file_description="Analyze Files" />
+     </Hints>
+
      <StringVectorProperty
          name="FileName"
          animateable="0"
@@ -30,6 +35,11 @@
        long_help="Read NIfTI Volume NII image data files">
        The NIfTI Volume reader reads NIfTI files containing image data. The expected file extensions are .nii.
      </Documentation>
+
+     <Hints>
+       <ReaderFactory file_description="NIfTI Files" />
+     </Hints>
+
      <StringVectorProperty
          name="FileName"
          animateable="0"
diff --git a/Plugins/H5PartReader/H5PartServerManager.xml b/Plugins/H5PartReader/H5PartServerManager.xml
index ea30619..d2e95b5 100644
--- a/Plugins/H5PartReader/H5PartServerManager.xml
+++ b/Plugins/H5PartReader/H5PartServerManager.xml
@@ -5,6 +5,10 @@
         Reader for H5Part (HDF5) particle files.
       </Documentation>
 
+      <Hints>
+	<ReaderFactory file_description="H5Part particle files" />
+      </Hints>
+
      <StringVectorProperty name="FileName"
        command="SetFileName"
        number_of_elements="1">
-- 
1.7.5

