Skip to content
Snippets Groups Projects
Commit 7b5cbc1a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

typo

parent b45ef96a
No related branches found
No related tags found
No related merge requests found
// $Id: Callbacks.cpp,v 1.223 2004-05-08 00:19:47 geuzaine Exp $
// $Id: Callbacks.cpp,v 1.224 2004-05-08 00:44:41 geuzaine Exp $
//
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
//
......@@ -702,8 +702,8 @@ void file_save_as_cb(CALLBACK_ARGS)
{"Gmsh mesh v1.0 without physicals (*.msh)", _save_msh_all},
{"Gmsh mesh v2.0 (*.msh)", _save_msh_v2},
{"Gmsh mesh v2.0 without physicals (*.msh)", _save_msh_all_v2},
{"Gmsh Surface LC field (*.pos)", _save_lc_sur},
{"Gmsh Volume LC field (*.pos)", _save_lc_vol},
{"Gmsh surface LC field (*.pos)", _save_lc_sur},
{"Gmsh volume LC field (*.pos)", _save_lc_vol},
{"GREF mesh (*.gref)", _save_gref},
{"I-DEAS universal mesh format (*.unv)", _save_unv},
{"VRML surface mesh (*.wrl)", _save_vrml},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment