Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.15k stars 213 forks source link

Data display tab shows .sch extension instead of .dpl #229

Closed in3otd closed 9 years ago

in3otd commented 9 years ago

when you simulate a schematic, the corresponding Data Display tab opened at the end of the simulation shows an extension .sch instead of .dpl (but is correctly saved as .dpl)...

yodalee commented 9 years ago

https://github.com/Qucs/qucs/blob/master/qucs/qucs/qucs.cpp#L2123 Info.fileName() should be Name, also line num 2127 has same problem.