Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Commit

Permalink
R-F.E v4.1 changes and version information
Browse files Browse the repository at this point in the history
  • Loading branch information
ygz213 committed Aug 4, 2021
1 parent 7855bb8 commit 918dd23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# R-F.E v4.1

- Fixed [different strings on English and Turkish version](https://github.com/ygz213/Real-file.extnsn/issues/9)
- A minor change on code

# R-F.E v4

- Fixed [broken MIT License link](https://github.com/ygz213/Real-file.extnsn/issues/8)
Expand Down
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class application():
def __init__(self):
self.main_menu = Tk()
self.main_menu.title('Real-file.extnsn (R-F.E v4)')
self.main_menu.title('Real-file.extnsn (R-F.E v4.1)')
self.main_menu['bg'] = '#DEDEDE'
try:
self.main_menu.wm_iconbitmap('icons/icon.ico')
Expand Down
2 changes: 1 addition & 1 deletion app/main_turkish.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class uygulama():
def __init__(self):
self.ana_menü = Tk()
self.ana_menü.title('Real-file.extnsn (R-F.E v4)')
self.ana_menü.title('Real-file.extnsn (R-F.E v4.1)')
self.ana_menü['bg'] = '#DEDEDE'
try:
self.ana_menü.wm_iconbitmap('icons/icon.ico')
Expand Down

0 comments on commit 918dd23

Please sign in to comment.