1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0023776: Redesign of MFC samples after V2d viewer removing

This commit is contained in:
aba
2013-03-12 09:19:35 +04:00
parent fad8962a72
commit 5c1f974e17
212 changed files with 9053 additions and 19513 deletions

View File

@@ -15,9 +15,9 @@
/////////////////////////////////////////////////////////////////////////////
// CModelingApp construction
CModelingApp::CModelingApp()
CModelingApp::CModelingApp() : OCC_App()
{
SampleName = "Modeling"; //for about dialog
SampleName = "Modeling"; //for about dialog
}
/////////////////////////////////////////////////////////////////////////////