diff --git a/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoPlugin.java b/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoPlugin.java
index cb2350b..1f87755 100644
|
a
|
b
|
public class VideoPlugin extends Plugin implements LayerChangeListener{
|
| 310 | 310 | inp.setCaretPosition(0); |
| 311 | 311 | } |
| 312 | 312 | }); |
| 313 | | if (JOptionPane.showConfirmDialog(Main.panel,inp, tr("Jump to GPS time"),JOptionPane.OK_CANCEL_OPTION) == JOptionPane.OK_OPTION) |
| | 313 | if (JOptionPane.showConfirmDialog(Main.parent,inp, tr("Jump to GPS time"),JOptionPane.OK_CANCEL_OPTION) == JOptionPane.OK_OPTION) |
| 314 | 314 | { |
| 315 | 315 | //add the day to the time |
| 316 | 316 | Date t = gpsTimeFormat.parse(inp.getText()); |