Skip to content

Commit 8c6387d

Browse files
w0nderfu11calixtus
andauthored
Update jabgui/src/main/java/org/jabref/gui/copyfiles/CopySingleFileAction.java
Co-authored-by: Carl Christian Snethlage <[email protected]>
1 parent d1933c2 commit 8c6387d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jabgui/src/main/java/org/jabref/gui/copyfiles/CopySingleFileAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void execute() {
7373

7474
boolean success = FileUtil.copyFile(src, dst, false);
7575
if (success) {
76-
ok++;
76+
copiedFiles++;
7777
} else {
7878
failed.add(src.getFileName().toString());
7979
}

0 commit comments

Comments
 (0)