Changeset 22109 for branches/swt/testapp/apitest/src/ApiTestPm.cpp
- Timestamp:
- Dec 4, 2015, 2:13:09 PM (10 years ago)
- File:
-
- 1 edited
-
branches/swt/testapp/apitest/src/ApiTestPm.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/testapp/apitest/src/ApiTestPm.cpp
r22108 r22109 1 1 2 2 /*****************************************************************************\ 3 * PmApiTest.cpp *3 * ApiTestPm.cpp * 4 4 * --------------------------------------------------------------------------- * 5 5 * This is the PM version of the ApiTest program. * … … 186 186 }; 187 187 PSZ pszClassClient = (PSZ) "PmMainWindow"; // Window Class Name 188 PSZ pszTitle = (PSZ) " PmApiTest:: Main Window"; // Window Title188 PSZ pszTitle = (PSZ) "ApiTestPm :: Main Window"; // Window Title 189 189 ULONG flStyleClient = 0; // Style for Client Window 190 190 HWND hwndFrame = NULL; // Receives handle for Frame Window … … 279 279 280 280 /* App is terminating */ 281 printf(" PmApiTestis terminating...\n");281 printf("ApiTestPm is terminating...\n"); 282 282 283 283 /* Return our reply-code */
Note:
See TracChangeset
for help on using the changeset viewer.
