Skip to content

Commit d440294

Browse files
committed
:p
1 parent 656bd17 commit d440294

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Falcon BMS Alternative Launcher/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<value>C:\</value>
7676
</setting>
7777
<setting name="BMS_Version" serializeAs="String">
78-
<value>DCS World</value>
78+
<value>Falcon4.0</value>
7979
</setting>
8080
</FalconBMS.Launcher.Properties.Settings>
8181
<FalconBMS_Alternative_Launcher_Cs.Properties.Settings>

Falcon BMS Alternative Launcher/AppRegInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public class AppRegInfo
4747
public AppRegInfo(MainWindow mainWindow)
4848
{
4949
bool flg = true;
50-
string version = "DCS World";
51-
string v = "DCS World";
50+
string version = "Falcon4.0";
51+
string v = "Falcon4.0";
5252

5353
if (Microsoft.Win32.Registry.LocalMachine.OpenSubKey("SOFTWARE\\Wow6432Node\\Benchmark Sims\\Falcon BMS 4.37 (Internal)", false) != null)
5454
{

Falcon BMS Alternative Launcher/Properties/Settings.Designer.cs

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Falcon BMS Alternative Launcher/Properties/Settings.settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<Value Profile="(Default)">C:\</Value>
6767
</Setting>
6868
<Setting Name="BMS_Version" Type="System.String" Scope="User">
69-
<Value Profile="(Default)">DCS World</Value>
69+
<Value Profile="(Default)">Falcon4.0</Value>
7070
</Setting>
7171
</Settings>
7272
</SettingsFile>

0 commit comments

Comments
 (0)