diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-07 03:13:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-07 03:13:45 +0200 |
commit | fa8e4da6148fa00e77fc3a4be55769d40a1db057 (patch) | |
tree | c8472e2c33c657c9a48f9d0851a6a203e97cc090 /proto-simconnect/ftnoir_sccontrols.ui | |
parent | 57e2aa0356b21b40c9fc5c53edc8bfaebd95a60e (diff) |
proto/simconnect: fix WinSxS library versions
We had all the wrong versions assigned to comboboxen.
With the correct versions, Prepar3D works with its own
SimConnect redist named "SP2-XPACK". The library
version is the same as SP2 and the combobox item exists
only to help users.
Diffstat (limited to 'proto-simconnect/ftnoir_sccontrols.ui')
-rw-r--r-- | proto-simconnect/ftnoir_sccontrols.ui | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/proto-simconnect/ftnoir_sccontrols.ui b/proto-simconnect/ftnoir_sccontrols.ui index 887d6d80..7a607096 100644 --- a/proto-simconnect/ftnoir_sccontrols.ui +++ b/proto-simconnect/ftnoir_sccontrols.ui @@ -53,17 +53,32 @@ </property> <item> <property name="text"> + <string>RTM</string> + </property> + </item> + <item> + <property name="text"> <string>SP1</string> </property> </item> <item> <property name="text"> - <string>SP2</string> + <string>SP2 -- Acceleration</string> + </property> + </item> + <item> + <property name="text"> + <string>Prepar3d SP2 XPACK</string> + </property> + </item> + <item> + <property name="text"> + <string>Steam FSX (older)</string> </property> </item> <item> <property name="text"> - <string>Acceleration</string> + <string>Steam FSX (new)</string> </property> </item> </widget> |