Skip to content

Commit 2473986

Browse files
committed
GUI: Renamed 'Builtin' to 'Native'
1 parent 0b9d8ae commit 2473986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/platforms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void Platforms::add(const QString &title, Settings::PlatformType platform)
3434

3535
void Platforms::init()
3636
{
37-
add(tr("Built-in"), Settings::Unspecified);
37+
add(tr("Native"), Settings::Native);
3838
add(tr("Unix 32-bit"), Settings::Unix32);
3939
add(tr("Unix 64-bit"), Settings::Unix64);
4040
add(tr("Windows 32-bit ANSI"), Settings::Win32A);

0 commit comments

Comments
 (0)