mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-12 18:31:37 +08:00
cleanflash: Recommend Waterfox when installing
This commit is contained in:
+1
-2
@@ -174,7 +174,7 @@ namespace CleanFlashInstaller {
|
|||||||
this.netscapeLabel.Name = "netscapeLabel";
|
this.netscapeLabel.Name = "netscapeLabel";
|
||||||
this.netscapeLabel.Size = new System.Drawing.Size(131, 34);
|
this.netscapeLabel.Size = new System.Drawing.Size(131, 34);
|
||||||
this.netscapeLabel.TabIndex = 6;
|
this.netscapeLabel.TabIndex = 6;
|
||||||
this.netscapeLabel.Text = "Netscape API (NPAPI)\r\n(Firefox/ESR/Basilisk)\r\n";
|
this.netscapeLabel.Text = "Netscape API (NPAPI)\r\n(Firefox/ESR/Waterfox)\r\n";
|
||||||
this.netscapeLabel.Click += new System.EventHandler(this.netscapeLabel_Click);
|
this.netscapeLabel.Click += new System.EventHandler(this.netscapeLabel_Click);
|
||||||
//
|
//
|
||||||
// pepperLabel
|
// pepperLabel
|
||||||
@@ -688,4 +688,3 @@ namespace CleanFlashInstaller {
|
|||||||
private System.Windows.Forms.Label debugAskLabel;
|
private System.Windows.Forms.Label debugAskLabel;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ namespace CleanFlashInstaller {
|
|||||||
private static string COMPLETE_INSTALL_TEXT = @"Clean Flash Player has been successfully installed!
|
private static string COMPLETE_INSTALL_TEXT = @"Clean Flash Player has been successfully installed!
|
||||||
Don't forget, Flash Player is no longer compatible with new browsers. We recommend using:
|
Don't forget, Flash Player is no longer compatible with new browsers. We recommend using:
|
||||||
• Older Google Chrome ≤ 87
|
• Older Google Chrome ≤ 87
|
||||||
• Older Mozilla Firefox ≤ 84 or Basilisk
|
• Older Mozilla Firefox ≤ 84 or Waterfox
|
||||||
|
|
||||||
For Flash Player updates, check out Clean Flash Player's website!";
|
For Flash Player updates, check out Clean Flash Player's website!";
|
||||||
private static string COMPLETE_UNINSTALL_TEXT = @"
|
private static string COMPLETE_UNINSTALL_TEXT = @"
|
||||||
@@ -284,7 +284,7 @@ If you ever change your mind, check out Clean Flash Player's website!";
|
|||||||
|
|
||||||
private void completeLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) {
|
private void completeLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) {
|
||||||
if (e.Link.Start == 212) {
|
if (e.Link.Start == 212) {
|
||||||
Process.Start("https://basilisk-browser.org");
|
Process.Start("https://classic.waterfox.net");
|
||||||
} else {
|
} else {
|
||||||
Process.Start("https://cleanflash.github.io");
|
Process.Start("https://cleanflash.github.io");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ namespace CleanFlashUninstaller {
|
|||||||
|
|
||||||
private void completeLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) {
|
private void completeLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) {
|
||||||
if (e.Link.Start == 212) {
|
if (e.Link.Start == 212) {
|
||||||
Process.Start("https://basilisk-browser.org");
|
Process.Start("https://classic.waterfox.net");
|
||||||
} else {
|
} else {
|
||||||
Process.Start("https://cleanflash.github.io");
|
Process.Start("https://cleanflash.github.io");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user