diff netinstall/desktop.cc @ 819:6504113e7c2d

[xemacs-hg @ 2002-04-25 18:03:23 by andyp] sync up windows branch from 21.4
author andyp
date Thu, 25 Apr 2002 18:04:24 +0000
parents a307f9a2021d
children
line wrap: on
line diff
--- a/netinstall/desktop.cc	Thu Apr 25 06:09:18 2002 +0000
+++ b/netinstall/desktop.cc	Thu Apr 25 18:04:24 2002 +0000
@@ -315,7 +315,10 @@
 	      log (0, "Registering .cpp files");
 	      setup_explorer ("cpp", "C++ Source file", batname);
 	      setup_explorer ("cc", "C++ Source file", batname);
+	      setup_explorer ("cxx", "C++ Source file", batname);
 	      setup_explorer ("hh", "C++ Header file", batname);
+	      setup_explorer ("hpp", "C++ Header file", batname);
+	      setup_explorer ("hxx", "C++ Header file", batname);
 	    }
 	  if (reg_c)
 	    {