|
@@ -297,7 +297,7 @@ PSP_GetWindowWMInfo(_THIS, SDL_Window * window, struct SDL_SysWMinfo *info)
|
|
if (info->version.major <= SDL_MAJOR_VERSION) {
|
|
if (info->version.major <= SDL_MAJOR_VERSION) {
|
|
return SDL_TRUE;
|
|
return SDL_TRUE;
|
|
} else {
|
|
} else {
|
|
- SDL_SetError("application not compiled with SDL %d.%d",
|
|
|
|
|
|
+ SDL_SetError("Application not compiled with SDL %d.%d",
|
|
SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
|
|
SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
|
|
return SDL_FALSE;
|
|
return SDL_FALSE;
|
|
}
|
|
}
|