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 96f9a7c commit 6800c88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OneWireAnalyzerSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ mOverdrive( false )
mOneWireChannelInterface->SetChannel( mOneWireChannel );

mOverDriveInterface.reset( new AnalyzerSettingInterfaceBool() );
mOverDriveInterface->SetTitleAndTooltip( "Overdrive only mode", "The analyzer will only operate at high speed overdrive mode." );
mOverDriveInterface->SetTitleAndTooltip( "", "The analyzer will only operate at high speed overdrive mode." );
mOverDriveInterface->SetCheckBoxText( "Overdrive only mode" );
mOverDriveInterface->SetValue( false );

AddInterface( mOneWireChannelInterface.get() );
Expand Down

0 comments on commit 6800c88

Please sign in to comment.