* Updated NEWS and THANKS file.

This commit is contained in:
ela 2004-09-19 21:50:48 +00:00
parent 6ffa618937
commit 0f57cb7b3b
3 changed files with 7 additions and 1 deletions

2
NEWS
View File

@ -26,6 +26,8 @@ files.
Version 0.0.4
-------------
* per-language internal help system implemented
* translation into portuguese
* some new paintings and components
* subcircuits with symbol painted by the user

3
THANKS
View File

@ -32,3 +32,6 @@ Dariusz Pienkowski <pienkows@mwt.ee.tu-berlin.de> for the Polish
translations.
Radu Circa <circa@mwt.ee.tu-berlin.de> for the Romanian translation.
Luciano Franca <luciano82@gmail.com> for translating the Qucs GUI
into Portuguese.

View File

@ -58,7 +58,8 @@ TR_Sim::TR_Sim()
Props.append(new Property("Points", "10", false,
QObject::tr("number of simulation time steps")));
Props.append(new Property("IntegrationMethod", "Trapezoidal", false,
QObject::tr("integration method")+" [Euler, Trapezoidal, Gear]"));
QObject::tr("integration method")+
" [Euler, Trapezoidal, Gear, AdamsMoulton]"));
Props.append(new Property("Order", "2", false,
QObject::tr("order of integration method")+" (1-6)"));
Props.append(new Property("InitialStep", "1 ns", false,