GUI.pyw: removed a line that I used while developing the latest modifications

This commit is contained in:
Elvish_Hunter 2015-01-20 11:43:17 +01:00
parent 73fb7d3dcf
commit c65c9759d6

View file

@ -297,7 +297,6 @@ It comes complete with a context menu and a directory selection screen"""
text="Browse...",
command=self.on_browse)
self.dir_button.pack(side=LEFT)
self.img=PhotoImage(file="/media/linux/USB DISK/GUI/edit-clear3.gif")
self.clear_button=Button(self,
image=ICONS['clear16'],
compound=LEFT,