Make the "PAUSED" toolbar string translatable

This commit is contained in:
Alexander Babikov
2022-02-13 07:03:37 +05:00
parent 9ff4277556
commit e0593523f2
45 changed files with 67 additions and 66 deletions

View File

@@ -716,7 +716,7 @@ plat_pause(int p)
if (p) {
wcsncpy(oldtitle, ui_window_title(NULL), sizeof_w(oldtitle) - 1);
wcscpy(title, oldtitle);
wcscat(title, L" - PAUSED -");
wcscat(title, L" - PAUSED");
ui_window_title(title);
} else {
ui_window_title(oldtitle);