We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9d8ae commit 2473986Copy full SHA for 2473986
1 file changed
gui/platforms.cpp
@@ -34,7 +34,7 @@ void Platforms::add(const QString &title, Settings::PlatformType platform)
34
35
void Platforms::init()
36
{
37
- add(tr("Built-in"), Settings::Unspecified);
+ add(tr("Native"), Settings::Native);
38
add(tr("Unix 32-bit"), Settings::Unix32);
39
add(tr("Unix 64-bit"), Settings::Unix64);
40
add(tr("Windows 32-bit ANSI"), Settings::Win32A);
0 commit comments