]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/save/PovExporter.java
Version 4, January 2008
[GpsPrune.git] / tim / prune / save / PovExporter.java
index 3696dd10811986994943af9d7bdcc431a7f3eeb7..aacee115adecd4c95fdaa3b0ef0bcc6d0f803a04 100644 (file)
@@ -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() {