Spice simulator: change gain units to dBV

This commit is contained in:
Maciej Suminski 2018-09-22 16:20:08 +02:00
parent e6f2c49eae
commit 85ef058458
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ public:
void formatLabels() override
{
formatSILabels( this, wxT( "dB" ), 3 );
formatSILabels( this, wxT( "dBV" ), 3 );
}
};