X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Ffunction%2FPhotoPopupFunction.java;h=1a81be110ad7636a6a314b8e44942be8e71887b1;hp=6b8b3e016143861f3caf648ce7f5dba03be381e4;hb=649c5da6ee1bbc590699e11a92316ece2ea8512d;hpb=eebbb64b5d63f9eea43a0dff908c30361a376768 diff --git a/tim/prune/function/PhotoPopupFunction.java b/tim/prune/function/PhotoPopupFunction.java index 6b8b3e0..1a81be1 100644 --- a/tim/prune/function/PhotoPopupFunction.java +++ b/tim/prune/function/PhotoPopupFunction.java @@ -71,8 +71,8 @@ public class PhotoPopupFunction extends GenericFunction { _frame.setVisible(false); Photo photo = _app.getTrackInfo().getCurrentPhoto(); - _frame.setTitle(photo.getFile().getName()); - _label.setText("'" + photo.getFile().getName() + "' (" + _frame.setTitle(photo.getName()); + _label.setText("'" + photo.getName() + "' (" + photo.getWidth() + " x " + photo.getHeight() + ")"); _photoThumb.setPhoto(photo); }