Skip to content

Commit

Permalink
(#721) Fixing Supermium default browser detection bug, caused by Supe…
Browse files Browse the repository at this point in the history
…rmium/Supemium split side effect that was not previously corrected.
  • Loading branch information
win32ss committed Jul 5, 2024
1 parent 1221fdb commit f263687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/install_static/chromium_install_modes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const InstallConstants kInstallModes[] = {
L"", // Empty app_guid since no integration with Google Update.
.base_app_name = L"Supemium", // A distinct base_app_name.
.base_app_id = L"Supemium", // A distinct base_app_id.
.browser_prog_id_prefix = L"SupemiumHTM", // Browser ProgID prefix.
.browser_prog_id_prefix = L"SupermiumHTM", // Browser ProgID prefix.
.browser_prog_id_description =
L"Supermium HTML Document", // Browser ProgID description.
.pdf_prog_id_prefix = L"SupermiumPDF", // PDF ProgID prefix.
Expand Down

0 comments on commit f263687

Please sign in to comment.