Title Case

This commit is contained in:
Ian Bassi
2026-05-18 15:07:45 -03:00
committed by GitHub
parent 793d893a78
commit c2cca05e37

View File

@@ -9136,7 +9136,7 @@ void GLCanvas3D::_render_canvas_toolbar()
[this]{wxGetApp().toggle_show_outline();}
);
create_menu_item( _utf8(L("Realistic view")),
create_menu_item( _utf8(L("Realistic View")),
true,
cfg->get_bool(SETTING_OPENGL_REALISTIC_MODE),
[this, &cfg]{