GUI: Renamed 'Builtin' to 'Native'
This commit is contained in:
parent
0b9d8ae0f1
commit
24739869ba
|
@ -34,7 +34,7 @@ void Platforms::add(const QString &title, Settings::PlatformType platform)
|
|||
|
||||
void Platforms::init()
|
||||
{
|
||||
add(tr("Built-in"), Settings::Unspecified);
|
||||
add(tr("Native"), Settings::Native);
|
||||
add(tr("Unix 32-bit"), Settings::Unix32);
|
||||
add(tr("Unix 64-bit"), Settings::Unix64);
|
||||
add(tr("Windows 32-bit ANSI"), Settings::Win32A);
|
||||
|
|
Loading…
Reference in New Issue