Pier Angelo Vendrame pushed to branch tor-browser-115.8.0esr-13.5-1 at The Tor Project / Applications / Tor Browser

Commits:

3 changed files:

Changes:

  • browser/branding/tb-alpha/configure.sh
    ... ... @@ -2,4 +2,4 @@
    2 2
     # License, v. 2.0. If a copy of the MPL was not distributed with this
    
    3 3
     # file, You can obtain one at http://mozilla.org/MPL/2.0/.
    
    4 4
     
    
    5
    -MOZ_APP_DISPLAYNAME="Tor Browser"
    5
    +MOZ_APP_DISPLAYNAME="Tor Browser Alpha"

  • browser/branding/tb-nightly/configure.sh
    ... ... @@ -2,4 +2,4 @@
    2 2
     # License, v. 2.0. If a copy of the MPL was not distributed with this
    
    3 3
     # file, You can obtain one at http://mozilla.org/MPL/2.0/.
    
    4 4
     
    
    5
    -MOZ_APP_DISPLAYNAME="Tor Browser"
    5
    +MOZ_APP_DISPLAYNAME="Tor Browser Nightly"

  • browser/config/mozconfigs/tor-browser
    1 1
     . $topsrcdir/browser/config/mozconfigs/base-browser
    
    2 2
     
    
    3
    -mk_add_options MOZ_APP_DISPLAYNAME="Tor Browser"
    
    4 3
     # If building outside tor-browser-build, you might want to customize this value.
    
    5 4
     # On Linux, it influences the WM_CLASS value, which is shown on GNOME's ALT-TAB,
    
    6 5
     # for example.