From fadace9d69b6eea25a53d946bb7cb0db84fec05f Mon Sep 17 00:00:00 2001 From: Garux Date: Fri, 5 Jan 2018 14:41:02 +0300 Subject: [PATCH] more clear preference name to expose its effect better --- radiant/brushmodule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/brushmodule.cpp b/radiant/brushmodule.cpp index b086bd19..ec68777c 100644 --- a/radiant/brushmodule.cpp +++ b/radiant/brushmodule.cpp @@ -92,7 +92,7 @@ void Brush_constructPreferences( PreferencesPage& page ){ if ( g_multipleBrushTypes ) { const char* names[] = { BrushType_getName( g_brushTypes[0] ), BrushType_getName( g_brushTypes[1] ), BrushType_getName( g_brushTypes[2] ) }; page.appendCombo( - "Brush Type", + "New map Brush Type", g_brushType, STRING_ARRAY_RANGE( names ) );