From 6dccf7b115dbb8433a1bc512798d17f1f4d2efeb Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:09:24 +0000 Subject: Utilisateur : Fcolin Date : 26/02/03 Heure : 16:40 Archivé dans $/Bus/IvyProbe Commentaire: suppression bouton clock start (vss 5) --- Bus/IvyProbe/IvyProbe.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Bus/IvyProbe/IvyProbe.cpp b/Bus/IvyProbe/IvyProbe.cpp index f201abc..2365dd4 100644 --- a/Bus/IvyProbe/IvyProbe.cpp +++ b/Bus/IvyProbe/IvyProbe.cpp @@ -42,6 +42,9 @@ CIvyProbeApp theApp; BOOL CIvyProbeApp::InitInstance() { + InitCommonControls(); + CWinApp::InitInstance(); + // CG: The following block was added by the Windows Sockets component. { if (!AfxSocketInit()) @@ -60,7 +63,6 @@ BOOL CIvyProbeApp::InitInstance() #ifndef UNDER_CE #ifdef _AFXDLL //Enable3dControls(); // Call this when using MFC in a shared DLL - InitCommonControls(); #else //Enable3dControlsStatic(); // Call this when linking to MFC statically #endif -- cgit v1.1