&img: Incompatible change: Source must be supplied with the source extension.
[www.jankratochvil.net.git] / project / captive / Preview.pm
index b516250..f39e362 100755 (executable)
@@ -53,20 +53,20 @@ my($file_base,$text,$comment)=@_;
 HERE
 }
 
-print preview_img 'doc/ntdebug-ntfs','WinDbg Remote NT Kernel NTFS Debugging';
-print preview_img 'doc/dia/arch-all','Captive Components Architecture',''
+print preview_img 'doc/ntdebug-ntfs.png','WinDbg Remote NT Kernel NTFS Debugging';
+print preview_img 'doc/dia/arch-all.dia','Captive Components Architecture',''
                .'<span style="color: red;">Red color</span> indicates Captive components for the most common LUFS use case.<br />'
                .'<span style="color: violet;">Violet color</span> indicates system components for the most common LUFS use case.';
-print preview_img 'doc/arch-captive','Captive Subsystems Architecture';
-print preview_img 'doc/arch-W32','Original Microsoft Windows Subsystems Architecture';
-print preview_img 'doc/ratio','Functions Reusal Ratio';
-print preview_img 'doc/fig/functype_patched_wrap_fromw32','Code Wrapping of a Call from Microsoft Windows Code';
-print preview_img 'doc/dia/inheritance','Sandboxing Scheme with GObject Inheritance';
-print preview_img 'doc/dia/parent-connector','Parent Connector for Sandbox Slave Restarts Handling';
-print preview_img 'doc/dia/cache-manager','NT Cache Manager Scheme';
-print preview_img 'doc/ntdebug-windbg-boot','Windows NT Remote Kernel Debug Mode During System Boot';
-print preview_img 'doc/dia/TraceFS','TraceFS Debugging Hook for NT Cache Manager Analysis';
-print preview_img 'captive-install-acquire','Captive Microsoft Windows Drivers Acquire Utility';
+print preview_img 'doc/arch-captive.sxd','Captive Subsystems Architecture';
+print preview_img 'doc/arch-W32.sxd','Original Microsoft Windows Subsystems Architecture';
+print preview_img 'doc/ratio.sxi','Functions Reusal Ratio';
+print preview_img 'doc/fig/functype_patched_wrap_fromw32.fig','Code Wrapping of a Call from Microsoft Windows Code';
+print preview_img 'doc/dia/inheritance.dia','Sandboxing Scheme with GObject Inheritance';
+print preview_img 'doc/dia/parent-connector.dia','Parent Connector for Sandbox Slave Restarts Handling';
+print preview_img 'doc/dia/cache-manager.dia','NT Cache Manager Scheme';
+print preview_img 'doc/ntdebug-windbg-boot.png','Windows NT Remote Kernel Debug Mode During System Boot';
+print preview_img 'doc/dia/TraceFS.dia','TraceFS Debugging Hook for NT Cache Manager Analysis';
+print preview_img 'captive-install-acquire.png','Captive Microsoft Windows Drivers Acquire Utility';
 
 
 exit;