+icons
[www.jankratochvil.net.git] / project / TraceFS / ListItem.pm
index 1572268..b389951 100755 (executable)
@@ -32,15 +32,16 @@ our @ListItem=(
                "name"=>"TraceFS",
                "platform"=>"w32",
                "priority"=>4,
+               "icon"=>"TraceFS-icon",
                "cvs"=>"priv/captive/src/TraceFS",
-               "link-Documentation"=>top_dir()."/project/captive/doc/CacheManager.html.pl#TraceFS",
+               "link-Documentation"=>"/project/captive/doc/CacheManager.html.pl#TraceFS",
                "summary"=>"Microsoft Windows Kernel API Tracer",
                "license"=>"GPL",
                "maintenance"=>"ready",
                "language"=>"C",
                "description"=><<"HERE",
-<p>Project allows wrapping of Microsoft Windows Kernel API calls by the chosen
-kernel driver.</p>
+<p>Project allows wrapping of Microsoft Windows Kernel API calls of your chosen
+kernel driver by your custom function code.</p>
 <p>Although TraceFS was up to now used only for tracing of Windows NT Cache
 Manager it can be easily used ever for any other NT kernel API tracing. You
 need to provide appropriate function wrappers in the main source file.