Subversion Repositories Games.Chess Giants

Rev

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

Rev 185 Rev 186
Line 188... Line 188...
188
         {
188
         {
189
            // if so, save activation email and activation code
189
            // if so, save activation email and activation code
190
            wcscpy_s (options.registration.user_email, WCHAR_SIZEOF (options.registration.user_email), temp_string);
190
            wcscpy_s (options.registration.user_email, WCHAR_SIZEOF (options.registration.user_email), temp_string);
191
            options.registration.activation_code = returned_code;
191
            options.registration.activation_code = returned_code;
192
            MessageBox (hWnd, LOCALIZE (L"Registration_ThankYou"), PROGRAM_NAME, MB_ICONINFORMATION | MB_OK);
192
            MessageBox (hWnd, LOCALIZE (L"Registration_ThankYou"), PROGRAM_NAME, MB_ICONINFORMATION | MB_OK);
-
 
193
            was_donatebutton_clicked = false; // once is enough
193
            EndDialog (hWnd, 0); // then display a thank you dialog box and make the dialog box disappear
194
            EndDialog (hWnd, 0); // then display a thank you dialog box and make the dialog box disappear
194
         }
195
         }
195
 
196
 
196
         // else the supplied data is wrong
197
         // else the supplied data is wrong
197
         else
198
         else