fix: remove the last KillerPDF wordmark and put MMD PDF in the title bar #5

Merged
kua-agent merged 2 commits from fix/mmd-pdf-wordmark-titlebar-20260828 into main 2026-08-28 06:27:10 +00:00
Member

Two things Ben caught in the running app.

  1. Dialogs still carried the upstream wordmark. Controls/DialogChrome.cs built the caption as two runs, the literal "Killer" plus "PDF", which is why a search for "KillerPDF" never found it. Dialogs such as "Open a PDF first." therefore still said KillerPDF. The first run is now "MMD ", so every dialog caption reads MMD PDF.

  2. The window title bar showed only the MMD mark. MainWindow.xaml now sets the words next to it on both the crisp and the shadow layer, so the title bar reads MMD PDF.

Not runtime-verified at the time of opening; the build and the signed-in check on the Windows test VM follow.

Two things Ben caught in the running app. 1. Dialogs still carried the upstream wordmark. Controls/DialogChrome.cs built the caption as two runs, the literal "Killer" plus "PDF", which is why a search for "KillerPDF" never found it. Dialogs such as "Open a PDF first." therefore still said KillerPDF. The first run is now "MMD ", so every dialog caption reads MMD PDF. 2. The window title bar showed only the MMD mark. MainWindow.xaml now sets the words next to it on both the crisp and the shadow layer, so the title bar reads MMD PDF. Not runtime-verified at the time of opening; the build and the signed-in check on the Windows test VM follow.
kua-agent added 2 commits 2026-08-28 06:27:09 +00:00
kua-agent merged commit 0d8c86eccd into main 2026-08-28 06:27:10 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mmd-it/mmd-pdf#5