mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #911, fixed some UI strings
This commit is contained in:
committed by
Mathew Sutcliffe
parent
b3df6bbc7b
commit
b21f5f18e7
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -21,7 +21,7 @@ namespace BlackSimPlugin
|
||||
|
||||
BlackGui::CPluginConfigWindow *CSimulatorFsxConfig::createConfigWindow(QWidget *parent)
|
||||
{
|
||||
return new FsxCommon::CSimulatorFsxConfigWindow("P3D", parent);
|
||||
return new FsxCommon::CSimulatorFsxConfigWindow("FSX", parent);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user