On 18-2-2016 02:38, Luc Lalonde wrote:
> No, the message comes directly from the Seamonkey application
> 
> Here's a screenshot:
> 
> https://dl.dropboxusercontent.com/u/32164002/Seamonkey-update-message.JPG

It's strange that you get an English warning message, while you have a
French copy of SeaMonkey.

You can try to hide the element containing the warning. The easiest way
to detect the element is to have DOM Inspector and Element Inspector
extensions installed and then right-click in the element you want to
find out which it is.

I'm not able to reproduce the warning myself, but from the source of
SeaMonkey, I think the element is named update-warning. [1]

You can add this element in your profile folder in the subfolder chrome
in the file userChrome.css and say what styling you want apply, like in
any other style sheet:

#update-warning {
  display: none !important;
}

(where update-warning is the name of the id of the element you want to hide)

To find your Profile folder go to Help -> Troubleshooting Information ->
Application Basics -> Profile Folder -> Show Folder.

Hope that helps,

Onno

[1]
https://dxr.mozilla.org/comm-central/source/suite/common/bindings/notification.xml#1238
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to