File tree Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 35
35
x : Name =" _statisticsControl" />
36
36
</TabItem >
37
37
38
- <TabItem IsEnabled =" False" >
38
+ <TabItem IsEnabled =" False"
39
+ x : Name =" _vehicleInformationTab" >
39
40
<TabItem .Header>
40
41
<TextBlock Text =" Vehicle Information"
41
42
x : Name =" _vehicleCardHeader"
Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ public void Initialise(IMainWindowPresenter presenter)
53
53
_presenter = presenter ;
54
54
_researchTreeControl . Initialise ( _presenter ) ;
55
55
56
+ _vehicleInformationTab . ToolTip = ApplicationHelpers . LocalisationManager . GetLocalisedString ( ELocalisationKey . UnderConstruction ) ;
57
+
58
+ ToolTipService . SetShowOnDisabled ( _vehicleInformationTab , true ) ;
59
+
56
60
_initialised = true ;
57
61
}
58
62
}
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ public class ELocalisationKey
150
150
public const string Thanks = nameof ( Thanks ) ;
151
151
public const string TorpedoBomber = nameof ( TorpedoBomber ) ;
152
152
public const string Ukraine = nameof ( Ukraine ) ;
153
+ public const string UnderConstruction = nameof ( UnderConstruction ) ;
153
154
public const string UnionOfSouthAfrica = nameof ( UnionOfSouthAfrica ) ;
154
155
public const string UntaggedAircraft = nameof ( UntaggedAircraft ) ;
155
156
public const string UntaggedGroundVehicle = nameof ( UntaggedGroundVehicle ) ;
Original file line number Diff line number Diff line change 176
176
<Line key =" Thanks" value =" Thanks" />
177
177
<Line key =" TorpedoBomber" value =" Torpedo Bomber" />
178
178
<Line key =" Ukraine" value =" Ukraine" />
179
+ <Line key =" UnderConstruction" value =" Under construction." />
179
180
<Line key =" UnionOfSouthAfrica" value =" Union of South Africa" />
180
181
<Line key =" UntaggedAircraft" value =" Untagged Aircraft" />
181
182
<Line key =" UntaggedGroundVehicle" value =" Untagged Ground Vehicles" />
Original file line number Diff line number Diff line change 176
176
<Line key =" Thanks" value =" Благодарности" />
177
177
<Line key =" TorpedoBomber" value =" Торпедоносец" />
178
178
<Line key =" Ukraine" value =" Украина" />
179
+ <Line key =" UnderConstruction" value =" Ведутся работы." />
179
180
<Line key =" UnionOfSouthAfrica" value =" Южно-Африканский Союз" />
180
181
<Line key =" UntaggedAircraft" value =" Авиация без меток" />
181
182
<Line key =" UntaggedGroundVehicle" value =" Наземная техника без меток" />
You can’t perform that action at this time.
0 commit comments