@@ -519,7 +519,7 @@ public void actionPerformed(ActionEvent e) {
519
519
else if (tbVis == TracerOptions .SHOW_AS_NEEDED )
520
520
timelineToolbar .setVisible (timelineView .isShowing ());
521
521
522
- addClientToobarItem (timelineToolbar );
522
+ addClientToolbarItem (timelineToolbar );
523
523
}
524
524
525
525
private void hideTimelineToolbar () {
@@ -577,7 +577,7 @@ public void run() {
577
577
updateSelectionToolbar (false );
578
578
}
579
579
580
- addClientToobarItem (selectionToolbar );
580
+ addClientToolbarItem (selectionToolbar );
581
581
}
582
582
583
583
private void updateSelectionToolbar (boolean dynamicSelection ) {
@@ -637,7 +637,7 @@ public boolean isEnabled() {
637
637
else if (tbVis == TracerOptions .SHOW_AS_NEEDED )
638
638
extraToolbar .setVisible (exportAllAction .isEnabled ());
639
639
640
- addClientToobarItem (extraToolbar );
640
+ addClientToolbarItem (extraToolbar );
641
641
}
642
642
643
643
private void hideExtraToolbar () {
@@ -648,7 +648,7 @@ private void showExtraToolbar() {
648
648
if (extraToolbar != null ) extraToolbar .setVisible (true );
649
649
}
650
650
651
- private void addClientToobarItem (Component c ) {
651
+ private void addClientToolbarItem (Component c ) {
652
652
final SimpleSeparator s = createToolbarSeparator ();
653
653
new VisibilityHandler () {
654
654
public void shown () { s .setVisible (true ); }
@@ -803,7 +803,7 @@ public void run() {
803
803
refreshUnitsLabel .setToolTipText ("Tracer sampling frequency" );
804
804
refreshRateContainer .add (refreshUnitsLabel );
805
805
806
- addClientToobarItem (refreshRateContainer );
806
+ addClientToolbarItem (refreshRateContainer );
807
807
}
808
808
809
809
return view ;
0 commit comments