tazpanel diff tazpanel @ rev 571

Update 'pt_BR.po' file.
author Leonardo Laporte <hackdorte@sapo.pt>
date Sun Mar 27 04:02:44 2016 -0300 (2016-03-27)
parents b8613f5d5f32
children 6e5673c7fa08
line diff
     1.1 --- a/tazpanel	Sun Nov 15 14:03:03 2015 +0100
     1.2 +++ b/tazpanel	Sun Mar 27 04:02:44 2016 -0300
     1.3 @@ -82,8 +82,8 @@
     1.4  
     1.5  		applet=${1:-index}
     1.6  		case $1 in
     1.7 -			*#*) url="http://127.0.0.1:82/${applet%%#*}.cgi?${applet#*#}&guiuser=$(id -un)";;
     1.8 -			*)   url="http://127.0.0.1:82/$applet.cgi?guiuser=$(id -un)";;
     1.9 +			*#*) url="http://127.0.0.1:$HTTPD_PORT/${applet%%#*}.cgi?${applet#*#}&guiuser=$(id -un)";;
    1.10 +			*)   url="http://127.0.0.1:$HTTPD_PORT/$applet.cgi?guiuser=$(id -un)";;
    1.11  		esac
    1.12  		echo "$url"
    1.13