Skip to content

Commit be53434

Browse files
committed
Update YouTuber.cpp
1 parent 3484d6a commit be53434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Player/YouTuber.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ YouTubeDealer::YouTubeDealer()
525525

526526
if (!isPythonInstalled())
527527
{
528-
AfxMessageBox(_T("Matching Python is not installed."));
528+
AfxMessageBox(_T("Matching Python is not installed: ") _T(PY_VERSION));
529529
return;
530530
}
531531

0 commit comments

Comments
 (0)