tazpanel diff lib/libtazpanel @ rev 109

Add a tux icon and remove all call to gettext in *.cgi since we zse the same text domain and it is sourced/exported in libtazpanel
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 15 09:14:23 2011 +0200 (2011-04-15)
parents 1f6667794d15
children dbdfa16dfdf2
line diff
     1.1 --- a/lib/libtazpanel	Thu Apr 14 21:00:28 2011 +0200
     1.2 +++ b/lib/libtazpanel	Fri Apr 15 09:14:23 2011 +0200
     1.3 @@ -6,10 +6,8 @@
     1.4  # Get parameters with GET, POST and FILE functions
     1.5  . /usr/bin/httpd_helper.sh
     1.6  
     1.7 -# Include gettext helper script.
     1.8 +# I18n
     1.9  . /usr/bin/gettext.sh
    1.10 -
    1.11 -# Export package name for gettext.
    1.12  TEXTDOMAIN='tazpanel'
    1.13  export TEXTDOMAIN
    1.14