Set about dialog name for 3D viewer frame.

(cherry picked from commit 2f2c358aef)
This commit is contained in:
Wayne Stambaugh 2019-06-18 15:13:08 -04:00
parent 43579f4c02
commit a6bbe907ee
1 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,8 @@ 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_AboutTitle = "3D Viewer";
// Give it an icon // Give it an icon
wxIcon icon; wxIcon icon;