refs #911, fixed some UI strings

This commit is contained in:
Klaus Basan
2017-03-16 01:52:39 +01:00
committed by Mathew Sutcliffe
parent b3df6bbc7b
commit b21f5f18e7
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string>FSX/P3D SimConnect config</string>
</property>
<layout class="QVBoxLayout" name="vl_SettingsComponent">
<item>

View File

@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>FSX plugin settings</string>
<string>FSX/P3D plugin settings</string>
</property>
<layout class="QVBoxLayout" name="vl_FsxConfigWindow">
<item>

View File

@@ -21,7 +21,7 @@ namespace BlackSimPlugin
BlackGui::CPluginConfigWindow *CSimulatorFsxConfig::createConfigWindow(QWidget *parent)
{
return new FsxCommon::CSimulatorFsxConfigWindow("P3D", parent);
return new FsxCommon::CSimulatorFsxConfigWindow("FSX", parent);
}
}
}