From: Thomas Debesse Date: Sat, 3 Feb 2018 17:01:15 +0000 (+0100) Subject: iqmmodel: better format description X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=408628d516d676ef436af6f2603182f15eba0be4;hp=3b10b016cf1c74b9bfda0888843726d3b4391024 iqmmodel: better format description --- 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(){