Set about dialog name for 3D viewer frame.

This commit is contained in:
Wayne Stambaugh 2019-06-18 15:13:08 -04:00
parent ffc1b6406f
commit 2f2c358aef
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ EDA_3D_VIEWER::EDA_3D_VIEWER( KIWAY *aKiway, PCB_BASE_FRAME *aParent,
m_canvas = NULL; m_canvas = NULL;
m_disable_ray_tracing = false; m_disable_ray_tracing = false;
m_mainToolBar = nullptr; m_mainToolBar = nullptr;
m_AboutTitle = "3D Viewer";
// Give it an icon // Give it an icon
wxIcon icon; wxIcon icon;