diff options
author | fcolin | 2007-02-01 13:09:24 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:09:24 +0000 |
commit | b85b4621a4e9c6103a56aaf80a3215b93b93b517 (patch) | |
tree | 7e4bd98b2c1f680db4407d6755c7c2ee0147bd76 /IvyProbe | |
parent | be6b2906b41ec652689fa946e84d70fc1f882df4 (diff) | |
download | ivy-cplusplus-b85b4621a4e9c6103a56aaf80a3215b93b93b517.zip ivy-cplusplus-b85b4621a4e9c6103a56aaf80a3215b93b93b517.tar.gz ivy-cplusplus-b85b4621a4e9c6103a56aaf80a3215b93b93b517.tar.bz2 ivy-cplusplus-b85b4621a4e9c6103a56aaf80a3215b93b93b517.tar.xz |
Utilisateur : Fcolin Date : 26/02/03 Heure : 16:40 Archivé dans $/Bus/IvyProbe Commentaire: suppression bouton clock start (vss 5)
Diffstat (limited to 'IvyProbe')
-rw-r--r-- | IvyProbe/IvyProbe.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/IvyProbe/IvyProbe.cpp b/IvyProbe/IvyProbe.cpp index f201abc..2365dd4 100644 --- a/IvyProbe/IvyProbe.cpp +++ b/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
|