Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;
also intentionally broke WinCE and Symbian ports (in an obvious way that can be undo by commenting out some text) -- hopefully this will get the maintainers' attention during the next release cycle, unlike my emails svn-id: r41932
This commit is contained in:
parent
a882a6f467
commit
bb28ed7b7a
12 changed files with 26 additions and 40 deletions
|
@ -472,6 +472,7 @@ bool OSystem_SDL_Symbian::remapKey(SDL_Event &ev, Common::Event &event) {
|
|||
void OSystem_SDL_Symbian::setWindowCaption(const char *caption) {
|
||||
OSystem_SDL::setWindowCaption(caption);
|
||||
check_mappings();
|
||||
FIXME: move check_mappings() call to engineInit() & engineDone()
|
||||
}
|
||||
|
||||
void OSystem_SDL_Symbian::check_mappings() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue