Changeset 423 for AE/Installer/trunk/source/aeinstallerapp.cpp
- Timestamp:
- Jul 15, 2009, 11:16:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/source/aeinstallerapp.cpp
r402 r423 157 157 else 158 158 { 159 TheWindow->InstallButton->Disable(); 160 TheWindow->ReglobalizeButton->Disable(); 159 161 160 162 161 #ifdef WIN32 163 boost::thread thrd3(globalize Data);162 boost::thread thrd3(globalize2); 164 163 //globalizeData(); 165 164 //boost::thread::create_thread(&globalizeData); … … 167 166 // Tg.create_thread( &globalizeData(), this ); 168 167 #else 168 TheWindow->InstallButton->Disable(); 169 TheWindow->ReglobalizeButton->Disable(); 169 170 globalizeData(); 171 TheWindow->InstallButton->Enable(); 172 TheWindow->ReglobalizeButton->Enable(); 170 173 #endif 171 174 172 TheWindow->InstallButton->Enable(); 173 TheWindow->ReglobalizeButton->Enable(); 175 174 176 } 175 177 }
Note:
See TracChangeset
for help on using the changeset viewer.