slitaz-tools diff tinyutils/netbox @ rev 38

Set window title and icon for *box
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jan 14 16:28:04 2008 +0100 (2008-01-14)
parents 6766819798c7
children bcdf06f0074a
line diff
     1.1 --- a/tinyutils/netbox	Sun Jan 13 22:01:44 2008 +0100
     1.2 +++ b/tinyutils/netbox	Mon Jan 14 16:28:04 2008 +0100
     1.3 @@ -20,6 +20,7 @@
     1.4  # active connections.
     1.5  #
     1.6  export IFCONFIG='
     1.7 +<window title="Ifconfig" icon-name="network-wired">
     1.8    <vbox>
     1.9      <text use-markup="true">
    1.10        <label>"
    1.11 @@ -41,12 +42,14 @@
    1.12        </button>
    1.13      </hbox>
    1.14    </vbox>
    1.15 +</window>
    1.16  '
    1.17  
    1.18  # The main dialog with notebook, start/stop buttons and all options.
    1.19  # Note than /etc/network.conf is seded wehwn an interafce is activate
    1.20  #
    1.21  export NET_BOX='
    1.22 +<window title="Netbox" icon-name="network-wired">
    1.23    <vbox>
    1.24      <text use-markup="true">
    1.25        <label>
    1.26 @@ -244,6 +247,7 @@
    1.27      </hbox>
    1.28    
    1.29    </vbox>
    1.30 +</window>
    1.31  '
    1.32  
    1.33  # Only root can configure network.