mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-03 14:40:49 +00:00
Qt: Fix font display on non-UTF systems (eg. Symbian).
This commit is contained in:
parent
effca1e4c7
commit
7b6c59ea18
@ -460,7 +460,7 @@ void MainWindow::websiteAct_triggered()
|
||||
|
||||
void MainWindow::aboutAct_triggered()
|
||||
{
|
||||
QMessageBox::about(this, "PPSSPP Qt", QString::fromLocal8Bit("Created by Henrik Rydg\xc3\xa5rd"));
|
||||
QMessageBox::about(this, "PPSSPP Qt", QString::fromUtf8("Created by Henrik Rydg\xc3\xa5rd"));
|
||||
}
|
||||
|
||||
/* Private functions */
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit 8a74896f8d2b199ddcc9108a16c46040fcfa07fa
|
||||
Subproject commit f3fc923414d92f194861302b176c6407b5af23df
|
Loading…
Reference in New Issue
Block a user