Ignore:
Timestamp:
Feb 9, 2016, 12:57:21 PM (10 years ago)
Author:
rousseau
Message:

Made code-generator use 'lf' for source related files [apitest]

This is more consistent with Odin sources, which also use 'lf'.

File:
1 edited

Legend:

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

    r22112 r22113  
    208208            };
    209209    PSZ     pszClassClient  = (PSZ) "ApiTestPm";                // Window Class Name
    210     PSZ     pszTitle        = (PSZ) "ApiTestPm :: Main Window [generated:201601252233]";    // Window Title
     210    PSZ     pszTitle        = (PSZ) "ApiTestPm :: Main Window [generated:201602071054]";    // Window Title
    211211    ULONG   flStyleClient   = 0;                                // Style for Client Window
    212212    HWND    hwndFrame       = NULL;                             // Receives handle for Frame Window
     
    314314    printf("\n");
    315315    printf("%s\n","###############################################################################");
    316     printf("%s\n","# This is the PM variant of ApiTest                      version.201601252233 #");
     316    printf("%s\n","# This is the PM variant of ApiTest                      version.201602071054 #");
    317317    printf("%s\n","###############################################################################");
    318318    printf("\n");
Note: See TracChangeset for help on using the changeset viewer.