Skip to content

Commit

Permalink
Fix incorrect source ID for 3D Movie Maker content
Browse files Browse the repository at this point in the history
  • Loading branch information
benstone committed Dec 4, 2024
1 parent 3286337 commit 06fb6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/studio/utest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@ bool APP::_FReadTitlesFromReg(PGST *ppgst)
if (pgst->IvMac() == 0)
{
stnTitle.SetSz(PszLit("3D Movie Maker/3DMovie"));
sid = 1;
sid = 2;
if (!pgst->FAddStn(&stnTitle, &sid))
{
Warn("Failed to add fallback Title!");
Expand Down

0 comments on commit 06fb6a0

Please sign in to comment.