diff options
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox-bin/files/firefox-bin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox-bin/files/firefox-bin.sh b/www-client/firefox-bin/files/firefox-bin.sh index b02318548005..228db761a0a9 100644 --- a/www-client/firefox-bin/files/firefox-bin.sh +++ b/www-client/firefox-bin/files/firefox-bin.sh @@ -95,7 +95,7 @@ export GTK_PATH="${MOZ_LIB_DIR}/gtk-3.0" ## ## Route to the correct .desktop file to get proper -## names and contect menus +## name and actions ## if [[ $@ != *"--name "* ]]; then set -- --name "${DESKTOP_FILE}" "$@" |