From 76ed4634ec88a6b3481337b69951b40a96fa3937 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 12 Nov 2011 12:31:33 +0100 Subject: [PATCH] fix a typo in auto map type detection --- plugins/mapq3/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mapq3/plugin.cpp b/plugins/mapq3/plugin.cpp index fdb68a2e..b5f26afd 100644 --- a/plugins/mapq3/plugin.cpp +++ b/plugins/mapq3/plugin.cpp @@ -305,7 +305,7 @@ public: tokeniser.ungetToken(); // ( return GlobalBrushModule::getTable().createBrush(); } - else if(!detectedFormat && string_equal(primitive, "(")) + else if(!detectedFormat && string_equal(primitive, "brushDef")) { detectedFormat = true; wrongFormat = true; -- 2.39.2