Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aboood40091 committed May 23, 2017
1 parent fb9e4e1 commit fc34999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bfres_tool.py
Expand Up @@ -538,7 +538,7 @@ def openfile():
format_ = FTEXtoDDS(ftex_pos, inb, name, folder)

if format_ in formats:
tv = 'Replace "' + name + '"' + '"\n' + formats2[format_]
tv = 'Replace "' + name + '"\n' + formats2[format_]
b = Button(frame, text=tv, command=lambda ftex_pos=ftex_pos: DDStoBFRES(ftex_pos, askopenfilename(parent=top, filetypes=options['filetypes']), filename))
b.pack(padx=1, pady=1)

Expand Down

0 comments on commit fc34999

Please sign in to comment.