Skip to content

Commit

Permalink
Titles
Browse files Browse the repository at this point in the history
  • Loading branch information
ranihorev committed Jul 12, 2019
1 parent f1f7295 commit cfa1a1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CanAnalyzerSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ CanAnalyzerSettings::CanAnalyzerSettings()
mBitRateInterface->SetInteger( mBitRate );

mCanChannelInvertedInterface.reset( new AnalyzerSettingInterfaceBool( ) );
mCanChannelInvertedInterface->SetTitleAndTooltip( "Inverted (CAN High)", "Use this option when recording CAN High directly" );
mCanChannelInvertedInterface->SetTitleAndTooltip( "", "Use this option when recording CAN High directly" );
mCanChannelInvertedInterface->SetCheckBoxText( "Inverted (CAN High)" );
mCanChannelInvertedInterface->SetValue( mInverted );


Expand Down

0 comments on commit cfa1a1d

Please sign in to comment.