GUI: Rename default platform to "Build-in".
"default" as platform name/definition doesn't tell much and would only confuse users. "Build-in" is not perfect either but it is best I've can come with before the release. Ticket: #3156 (GUI: "default" platform needs proper name)
This commit is contained in:
parent
2ff7999baf
commit
09df5de964
|
@ -34,7 +34,7 @@ void Platforms::add(const QString &title, Settings::PlatformType platform)
|
||||||
|
|
||||||
void Platforms::init()
|
void Platforms::init()
|
||||||
{
|
{
|
||||||
add(tr("Default"), Settings::Unspecified);
|
add(tr("Build-in"), Settings::Unspecified);
|
||||||
add(tr("Unix 32-bit"), Settings::Unix32);
|
add(tr("Unix 32-bit"), Settings::Unix32);
|
||||||
add(tr("Unix 64-bit"), Settings::Unix64);
|
add(tr("Unix 64-bit"), Settings::Unix64);
|
||||||
add(tr("Windows 32-bit ANSI"), Settings::Win32A);
|
add(tr("Windows 32-bit ANSI"), Settings::Win32A);
|
||||||
|
|
Loading…
Reference in New Issue