Skip to content

Commit 0bb1bc3

Browse files
authored
V1.03.03
1 parent f0175ba commit 0bb1bc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DBConverter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###################
2-
# VERSION 1.03.02 #
2+
# VERSION 1.03.03 #
33
###################
44

55
###################
@@ -242,7 +242,7 @@ def createScrollableContainer():
242242
mainWindow.geometry('%dx%d+%d+%d' % (mainWidth, mainHeight, mainCornerX, mainCornerY))
243243
mainWindow.resizable(False, False)
244244
mainWindow.title("SQLite3 Database Conversion Tool")
245-
icon = PhotoImage(file=resource_path('assets\\Icon.png'))
245+
icon = PhotoImage(file=resource_path('Icon.png'))
246246
mainWindow.iconphoto(False, icon)
247247

248248
#DATABASE SELECTION WIDGETS

0 commit comments

Comments
 (0)