Changeset 363
- Timestamp:
- 7/12/2008 2:31:27 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
Eraser.cpp (modified) (4 diffs)
-
Eraser.sln (modified) (1 diff)
-
version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Eraser.cpp
r286 r363 186 186 // Standard initialization 187 187 // If you are not using these features and wish to reduce the size 188 // of your final executable, you should remove from the following189 // the specific initialization routines you do not need.188 // of your final executable, you should remove from the following 189 // the specific initialization routines you do not need. 190 190 // Change the registry key under which our settings are stored. 191 191 if (!no_registry) … … 196 196 // Register the application's document templates. Document templates 197 197 // serve as the connection between documents, frame windows and views. 198 199 198 CSingleDocTemplate* pDocTemplate; 200 199 pDocTemplate = new CSingleDocTemplate( … … 205 204 AddDocTemplate(pDocTemplate); 206 205 206 #ifndef ERASER_STANDALONE 207 207 // Enable DDE Execute open 208 208 EnableShellOpen(); 209 209 RegisterShellFileTypes(TRUE); 210 #endif 210 211 211 212 CString str(m_lpCmdLine); … … 229 230 230 231 // The one and only window has been initialized, so show and update it. 231 232 232 m_pMainWnd->ShowWindow((bHide) ? SW_HIDE : SW_SHOW); 233 233 m_pMainWnd->UpdateWindow(); -
trunk/Eraser.sln
r361 r363 94 94 {D4750DE4-A865-494B-B5AD-84DF59ADFC05}.Release|x64.Build.0 = Release|x64 95 95 {D4750DE4-A865-494B-B5AD-84DF59ADFC05}.Standalone Release|Win32.ActiveCfg = Standalone Release|Win32 96 {D4750DE4-A865-494B-B5AD-84DF59ADFC05}.Standalone Release|Win32.Build.0 = Standalone Release|Win32 96 97 {D4750DE4-A865-494B-B5AD-84DF59ADFC05}.Standalone Release|x64.ActiveCfg = Standalone Release|x64 97 98 {D4750DE4-A865-494B-B5AD-84DF59ADFC05}.Standalone Release|x64.Build.0 = Standalone Release|x64 -
trunk/version.h
r108 r363 6 6 #define FULL_VERSION_NUMBER_STRING "5.87.1" 7 7 8 #define SAFE_VERSION_NUMBER_STRING "587-beta 1"9 #define SAFE_FULL_VERSION_NUMBER_STRING "587-beta 1"8 #define SAFE_VERSION_NUMBER_STRING "587-beta2" 9 #define SAFE_FULL_VERSION_NUMBER_STRING "587-beta2" 10 10 #define COMPANY_NAME "The Eraser Project"
Note: See TracChangeset
for help on using the changeset viewer.
