]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/function/RemovePhotoFunction.java
Version 13, August 2011
[GpsPrune.git] / tim / prune / function / RemovePhotoFunction.java
index b09ae102958eddc8b7d19b8705629f6f2fd71502..8cdf7bcf3cc935bddf3c47a374b85e460db1db66 100644 (file)
@@ -62,7 +62,7 @@ public class RemovePhotoFunction extends GenericFunction
                        }
                        // Add undo information to stack if necessary
                        if (photoDeleted) {
-                               _app.completeFunction(undoAction, currentPhoto.getFile().getName() + " " + I18nManager.getText("confirm.media.removed"));
+                               _app.completeFunction(undoAction, currentPhoto.getName() + " " + I18nManager.getText("confirm.media.removed"));
                        }
                }
        }