slitaz-tools diff tinyutils/netbox @ rev 208

calendar: no more hardcoded date
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 27 15:32:37 2008 +0000 (2008-05-27)
parents d95c13d35c0a
children bfbb1b457dc4
line diff
     1.1 --- a/tinyutils/netbox	Fri May 16 00:12:07 2008 +0000
     1.2 +++ b/tinyutils/netbox	Tue May 27 15:32:37 2008 +0000
     1.3 @@ -94,7 +94,7 @@
     1.4        <label>
     1.5  "Netbox let you manage network connections getting dynamic IP by DHCP
     1.6  or static IP, and setup servers. Netbox can start or stop networking,
     1.7 -configure network interfaces or directly edit files.
     1.8 +configure network interfaces or directly edit files."
     1.9        </label>
    1.10        </text>
    1.11      </frame>
    1.12 @@ -419,7 +419,7 @@
    1.13          </button>
    1.14          <text use-markup="true">
    1.15            <label>"<b>Wifi Module :</b>"</label>
    1.16 -        </text>     
    1.17 +        </text>
    1.18          <combobox>
    1.19            <variable>MODULE</variable>'
    1.20  tmp2="$tmp2$(find /lib/modules/$(uname -r)/kernel/drivers/net/wireless -type f |  sed 's,/.*/\(.*\).ko.gz,<item>\1</item>,')"