[fixes #1038] Change title plot/export simulation window
This commit is contained in:
parent
a513c676de
commit
d2ccb186fd
@ -637,6 +637,7 @@ MotorPlot.txt.Delays = Delays:
|
|||||||
MotorPlot.txt.Comment = Comment:\n
|
MotorPlot.txt.Comment = Comment:\n
|
||||||
|
|
||||||
! Simulation plot panel
|
! Simulation plot panel
|
||||||
|
simplotpanel.title.Plotsim = Plot / export simulation
|
||||||
simplotpanel.lbl.Presetplotconf = Preset plot configurations:
|
simplotpanel.lbl.Presetplotconf = Preset plot configurations:
|
||||||
simplotpanel.lbl.Xaxistype = X axis type:
|
simplotpanel.lbl.Xaxistype = X axis type:
|
||||||
simplotpanel.lbl.Unit = Unit:
|
simplotpanel.lbl.Unit = Unit:
|
||||||
|
@ -81,6 +81,7 @@ public class SimulationEditDialog extends JDialog {
|
|||||||
if (!allowsPlotMode()) {
|
if (!allowsPlotMode()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
setTitle(trans.get("simplotpanel.title.Plotsim"));
|
||||||
CardLayout cl = (CardLayout) (cards.getLayout());
|
CardLayout cl = (CardLayout) (cards.getLayout());
|
||||||
cl.show(cards, PLOTMODE);
|
cl.show(cards, PLOTMODE);
|
||||||
cards.validate();
|
cards.validate();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user