more clear preference name to expose its effect better
This commit is contained in:
parent
fd04e52a06
commit
fadace9d69
|
|
@ -92,7 +92,7 @@ void Brush_constructPreferences( PreferencesPage& page ){
|
||||||
if ( g_multipleBrushTypes ) {
|
if ( g_multipleBrushTypes ) {
|
||||||
const char* names[] = { BrushType_getName( g_brushTypes[0] ), BrushType_getName( g_brushTypes[1] ), BrushType_getName( g_brushTypes[2] ) };
|
const char* names[] = { BrushType_getName( g_brushTypes[0] ), BrushType_getName( g_brushTypes[1] ), BrushType_getName( g_brushTypes[2] ) };
|
||||||
page.appendCombo(
|
page.appendCombo(
|
||||||
"Brush Type",
|
"New map Brush Type",
|
||||||
g_brushType,
|
g_brushType,
|
||||||
STRING_ARRAY_RANGE( names )
|
STRING_ARRAY_RANGE( names )
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user