Skip to content

Commit

Permalink
Fixed: Tip of Day
Browse files Browse the repository at this point in the history
  • Loading branch information
XusinboyBekchanov committed Mar 29, 2022
1 parent 29de4fd commit 5fdf51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frmTipOfDay.frm
Expand Up @@ -177,7 +177,7 @@ Private Sub frmTipOfDayType.Form_Show(ByRef Sender As Form)
Dim As WString * MAX_PATH imageFileName = ExePath & "/Help/Tip of the Day/images/" & Right("0000" & ShowTipoftheDayIndex, 4) & IIf(g_darkModeEnabled, "D", "") & ".png"
If Dir(imageFileName) <> "" Then lblImage.Graphic.LoadFromFile(imageFileName, lblImage.Width, lblImage.Height)
Else
Msgbox ML("File") & " """ & GetOSPath(ExePath & "Help/Tip of the Day/") & CurLanguage & ".tip"" " & ML("not found!")
Msgbox ML("File") & " """ & GetOSPath(ExePath & "/Help/Tip of the Day/") & CurLanguage & ".tip"" " & ML("not found!")
End If
chkDoNotShow.Checked = Not ShowTipoftheDay
End Sub
Expand Down

0 comments on commit 5fdf51e

Please sign in to comment.