X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fsave%2FPovExporter.java;h=aacee115adecd4c95fdaa3b0ef0bcc6d0f803a04;hp=3696dd10811986994943af9d7bdcc431a7f3eeb7;hb=da0b1f449260a0b4a94318006382a9039726ef3e;hpb=5625a1abadb5f2ca5f017fe7dbda1d5141cb637b diff --git a/tim/prune/save/PovExporter.java b/tim/prune/save/PovExporter.java index 3696dd1..aacee11 100644 --- a/tim/prune/save/PovExporter.java +++ b/tim/prune/save/PovExporter.java @@ -185,7 +185,7 @@ public class PovExporter JPanel flowPanel = new JPanel(); flowPanel.add(centralPanel); - + // show lines button JButton showLinesButton = new JButton(I18nManager.getText("button.showlines")); showLinesButton.addActionListener(new ActionListener() {