Skip to content

Commit

Permalink
ready version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
naevtamarkus committed Apr 12, 2020
1 parent f18a202 commit 7ed1a5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/mypc/clientremote/FileEditWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ private FileEditWindow(Path filePath, String windowName, boolean canSave) {
// nothing
}

debug ("Creating FileEdit Window: "+filePath.toAbsolutePath());
// Set window icon
final ImageIcon icon = new ImageIcon(MYPC_ICON_BIG);
setIconImage(icon.getImage());
Expand Down

0 comments on commit 7ed1a5b

Please sign in to comment.