mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Qt: Fix font display on non-UTF systems (eg. Symbian).
This commit is contained in:
parent
effca1e4c7
commit
7b6c59ea18
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue