From 85ef058458740af138343251212e70c2988b84db Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Sat, 22 Sep 2018 16:20:08 +0200 Subject: [PATCH] Spice simulator: change gain units to dBV --- eeschema/sim/sim_plot_panel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/sim/sim_plot_panel.cpp b/eeschema/sim/sim_plot_panel.cpp index b64d7b8f5e..d6b0e368f8 100644 --- a/eeschema/sim/sim_plot_panel.cpp +++ b/eeschema/sim/sim_plot_panel.cpp @@ -217,7 +217,7 @@ public: void formatLabels() override { - formatSILabels( this, wxT( "dB" ), 3 ); + formatSILabels( this, wxT( "dBV" ), 3 ); } };