X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=contrib%2Fbrushexport%2Fexport.cpp;h=6b680c9ed472ca1488a4096247cb9b05f4d435df;hp=a0964fbb2444021e6dc0f2d9aeccecf257925193;hb=4eeb89d4b2c37bba2393caa63508b3ffe03e65c6;hpb=867591c0674e37ea06ec18dc6d9ea1171ad9f2d2 diff --git a/contrib/brushexport/export.cpp b/contrib/brushexport/export.cpp index a0964fbb..6b680c9e 100644 --- a/contrib/brushexport/export.cpp +++ b/contrib/brushexport/export.cpp @@ -304,7 +304,7 @@ bool ExportDataAsWavefront::WriteToFile(const std::string& path, collapsemode mo return false; } - outMtl << "# Wavefront material file exported with GtkRadiants brushexport plugin.\n"; + outMtl << "# Wavefront material file exported with NetRadiants brushexport plugin.\n"; outMtl << "# Material Count: " << (const Unsigned)materials.size() << "\n\n"; for(std::set::const_iterator it(materials.begin()); it != materials.end(); ++it) {