Skip to content

Commit

Permalink
Moved ftpicon.ico to images/
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLagodych committed Oct 21, 2020
1 parent 227b3a9 commit 6814bf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed ftpicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion gui.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ encoding system utf-8 ;# For displaying non-latin ftp paths correctly
wm title . ftpImager
wm geometry . 800x600
wm minsize . 710 380
wm iconbitmap . ftpicon.ico
wm iconbitmap . images/ftpicon.ico

# --------------------------------Menu---------------------------------
menu .menu
Expand Down

0 comments on commit 6814bf9

Please sign in to comment.