mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 07:28:00 -05:00
use escape sequence in title string to prevent further unicode issues
This commit is contained in:
parent
dec959f194
commit
06c09a25bc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
Isle *g_isle = 0;
|
||||
int g_closed = 0;
|
||||
|
||||
const char *WINDOW_TITLE = "LEGO®";
|
||||
const char *WINDOW_TITLE = "LEGO\xAE";
|
||||
|
||||
unsigned char g_mousedown = 0;
|
||||
unsigned char g_mousemoved = 0;
|
||||
|
|
Loading…
Reference in a new issue