[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
|
||||
|
||||
! Simulation plot panel
|
||||
simplotpanel.title.Plotsim = Plot / export simulation
|
||||
simplotpanel.lbl.Presetplotconf = Preset plot configurations:
|
||||
simplotpanel.lbl.Xaxistype = X axis type:
|
||||
simplotpanel.lbl.Unit = Unit:
|
||||
|
@ -81,6 +81,7 @@ public class SimulationEditDialog extends JDialog {
|
||||
if (!allowsPlotMode()) {
|
||||
return;
|
||||
}
|
||||
setTitle(trans.get("simplotpanel.title.Plotsim"));
|
||||
CardLayout cl = (CardLayout) (cards.getLayout());
|
||||
cl.show(cards, PLOTMODE);
|
||||
cards.validate();
|
||||
|
Loading…
x
Reference in New Issue
Block a user