From 408628d516d676ef436af6f2603182f15eba0be4 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 3 Feb 2018 18:01:15 +0100 Subject: [PATCH] iqmmodel: better format description --- plugins/iqmmodel/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/iqmmodel/plugin.cpp b/plugins/iqmmodel/plugin.cpp index 45a6b12c..b6d896e3 100644 --- a/plugins/iqmmodel/plugin.cpp +++ b/plugins/iqmmodel/plugin.cpp @@ -63,7 +63,7 @@ typedef ModelLoader Type; STRING_CONSTANT( Name, "iqm" ); ModelIQMAPI(){ - GlobalFiletypesModule::getTable().addType( Type::Name(), Name(), filetype_t( "iqm models", "*.iqm" ) ); + GlobalFiletypesModule::getTable().addType( Type::Name(), Name(), filetype_t( "InterQuake Models", "*.iqm" ) ); } ModelLoader *getTable(){ -- 2.39.2