Ignore:
Timestamp:
Dec 4, 2015, 2:13:09 PM (10 years ago)
Author:
rousseau
Message:

Rename 'PmApiTest' to 'ApiTestPm' (content) [apitest]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/testapp/apitest/src/ApiTestPm.cpp

    r22108 r22109  
    11
    22/*****************************************************************************\
    3 * PmApiTest.cpp                                                               *
     3* ApiTestPm.cpp                                                               *
    44* --------------------------------------------------------------------------- *
    55* This is the PM version of the ApiTest program.                              *
     
    186186            };
    187187    PSZ     pszClassClient  = (PSZ) "PmMainWindow";             // Window Class Name
    188     PSZ     pszTitle        = (PSZ) "PmApiTest :: Main Window"; // Window Title
     188    PSZ     pszTitle        = (PSZ) "ApiTestPm :: Main Window"; // Window Title
    189189    ULONG   flStyleClient   = 0;                                // Style for Client Window
    190190    HWND    hwndFrame       = NULL;                             // Receives handle for Frame Window
     
    279279
    280280    /* App is terminating */
    281     printf("PmApiTest is terminating...\n");
     281    printf("ApiTestPm is terminating...\n");
    282282
    283283    /* Return our reply-code */
Note: See TracChangeset for help on using the changeset viewer.