mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +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>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Form</string>
|
<string>FSX/P3D SimConnect config</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="vl_SettingsComponent">
|
<layout class="QVBoxLayout" name="vl_SettingsComponent">
|
||||||
<item>
|
<item>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>FSX plugin settings</string>
|
<string>FSX/P3D plugin settings</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="vl_FsxConfigWindow">
|
<layout class="QVBoxLayout" name="vl_FsxConfigWindow">
|
||||||
<item>
|
<item>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ namespace BlackSimPlugin
|
|||||||
|
|
||||||
BlackGui::CPluginConfigWindow *CSimulatorFsxConfig::createConfigWindow(QWidget *parent)
|
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