Subversion Repositories Games.Chess Giants

Rev

Rev 74 | Rev 124 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74 Rev 83
Line 100... Line 100...
100
                         (strncmp (__DATE__, "Aug", 3) == 0 ? L"08" :
100
                         (strncmp (__DATE__, "Aug", 3) == 0 ? L"08" :
101
                          (strncmp (__DATE__, "Sep", 3) == 0 ? L"09" :
101
                          (strncmp (__DATE__, "Sep", 3) == 0 ? L"09" :
102
                           (strncmp (__DATE__, "Oct", 3) == 0 ? L"10" :
102
                           (strncmp (__DATE__, "Oct", 3) == 0 ? L"10" :
103
                            (strncmp (__DATE__, "Nov", 3) == 0 ? L"11" :
103
                            (strncmp (__DATE__, "Nov", 3) == 0 ? L"11" :
104
                             (strncmp (__DATE__, "Dec", 3) == 0 ? L"12" : L"??")))))))))))),
104
                             (strncmp (__DATE__, "Dec", 3) == 0 ? L"12" : L"??")))))))))))),
105
                  __DATE__[4], __DATE__[5]);
105
                  (__DATE__[4] == ' ' ? '0' : __DATE__[4]), __DATE__[5]);
106
      Static_SetText (GetDlgItem (hWnd, STATICTEXT_PROGRAMVERSION), temp_buffer);
106
      Static_SetText (GetDlgItem (hWnd, STATICTEXT_PROGRAMVERSION), temp_buffer);
107
      Static_SetText (GetDlgItem (hWnd, STATICTEXT_AUTHOREMAIL), AUTHOR_EMAIL);
107
      Static_SetText (GetDlgItem (hWnd, STATICTEXT_AUTHOREMAIL), AUTHOR_EMAIL);
108
      Static_SetText (GetDlgItem (hWnd, STATICTEXT_ABOUTBOX_1STPARAGRAPH), LOCALIZE (L"AboutBox_1stParagraph"));
108
      Static_SetText (GetDlgItem (hWnd, STATICTEXT_ABOUTBOX_1STPARAGRAPH), LOCALIZE (L"AboutBox_1stParagraph"));
109
      Static_SetText (GetDlgItem (hWnd, STATICTEXT_ABOUTBOX_2NDPARAGRAPH), LOCALIZE (L"AboutBox_2ndParagraph"));
109
      Static_SetText (GetDlgItem (hWnd, STATICTEXT_ABOUTBOX_2NDPARAGRAPH), LOCALIZE (L"AboutBox_2ndParagraph"));
110
      SetWindowText (GetDlgItem (hWnd, BUTTON_WEBSITE), LOCALIZE (L"AboutBox_VisitWebsite"));
110
      SetWindowText (GetDlgItem (hWnd, BUTTON_WEBSITE), LOCALIZE (L"AboutBox_VisitWebsite"));