From 21e61561567fef52df937ebae9a46995fa036972 Mon Sep 17 00:00:00 2001 From: asl Date: Tue, 4 Apr 2006 07:00:39 +0000 Subject: [PATCH] back to hdf --- src/LightApp/LightApp_Application.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index c1ffdd65c..eaa1915b3 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -1370,7 +1370,7 @@ void LightApp_Application::onDesktopActivated() */ QString LightApp_Application::getFileFilter() const { - return "(*.xml)"; + return "(*.hdf)"; } /*! Gets file name*/ -- 2.39.2