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 9b761ef commit 3b55bbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/JtagAnalyzerSettings.cpp
Expand Up @@ -51,7 +51,8 @@ JtagAnalyzerSettings::JtagAnalyzerSettings()
mDataRegBitOrderInterface.AddNumber(LSB_First, "Least significant bit first", "Data register shift LEAST significant bit first");
mDataRegBitOrderInterface.SetNumber(mDataRegBitOrder);

mShowBitCountInterface.SetTitleAndTooltip( "Show TDI/TDO bit counts", "Used to count bits sent during Shift state" );
mShowBitCountInterface.SetTitleAndTooltip( "", "Used to count bits sent during Shift state" );
mShowBitCountInterface.SetCheckBoxText( "Show TDI/TDO bit counts" );
mShowBitCountInterface.SetValue( mShowBitCount );

// add the interfaces
Expand Down

0 comments on commit 3b55bbf

Please sign in to comment.