Rev 152 | Rev 163 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 152 | Rev 153 | ||
---|---|---|---|
Line 136... | Line 136... | ||
136 | 136 | ||
137 | // now check again if we're registered |
137 | // now check again if we're registered |
138 | is_registered = IsRegistrationCorrect (options.registration.user_email, options.registration.activation_code); |
138 | is_registered = IsRegistrationCorrect (options.registration.user_email, options.registration.activation_code); |
139 | } |
139 | } |
140 | 140 | ||
- | 141 | // if we're not registered, display a dialog box to invite the user to enter his donor email to unlock the program |
|
- | 142 | if (!is_registered) |
|
- | 143 | { |
|
141 |
|
144 | DialogBox_Registration (); |
- | 145 | } |
|
142 | //DialogBox_Registration (); |
146 | //DialogBox_Registration (); |
143 | //return (0); |
147 | //return (0); |
144 | 148 | ||
145 | // register the window class, create the window and show it |
149 | // register the window class, create the window and show it |
146 | memset (&wc, 0, sizeof (wc)); |
150 | memset (&wc, 0, sizeof (wc)); |