Skip to content

Commit

Permalink
Rename SpiceLibComp
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Jun 23, 2024
1 parent e359193 commit 2d3262c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qucs/spicecomponents/spicelibcomp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Component* SpiceLibComp::newOne()
// -------------------------------------------------------
Element* SpiceLibComp::info(QString& Name, char* &BitmapFile, bool getNewOne)
{
Name = QObject::tr("SpiceLibComp");
Name = QObject::tr("SPICE library device");
BitmapFile = (char *) "spicelibcomp";

if(getNewOne) {
Expand Down

0 comments on commit 2d3262c

Please sign in to comment.