summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2003-03-10 15:26:17 +0000
committerDavid Baudens <baudens@mandriva.com>2003-03-10 15:26:17 +0000
commit7f98ddc32d5e8da4bf49054fd5da0c6f079ce079 (patch)
tree82dc55e44bff6e8c371075c39ac776b18598e32c
parent77b4eeba82355e5257bb01095cb151c4e176856a (diff)
downloadcontrol-center-7f98ddc32d5e8da4bf49054fd5da0c6f079ce079.tar
control-center-7f98ddc32d5e8da4bf49054fd5da0c6f079ce079.tar.gz
control-center-7f98ddc32d5e8da4bf49054fd5da0c6f079ce079.tar.bz2
control-center-7f98ddc32d5e8da4bf49054fd5da0c6f079ce079.tar.xz
control-center-7f98ddc32d5e8da4bf49054fd5da0c6f079ce079.zip
Update icons name
-rwxr-xr-xcontrol-center24
1 files changed, 12 insertions, 12 deletions
diff --git a/control-center b/control-center
index 0b6561ca..a8dc2746 100755
--- a/control-center
+++ b/control-center
@@ -151,20 +151,20 @@ my @tree =
[
[ "Boot Disk", 'drakfloppy-mdk', ],
[ "Boot Config", 'drakboot-mdk', ],
- [ "Auto Install", 'drakfloppy-mdk', ],
+ [ "Auto Install", 'drakautoinst-mdk', ],
]
],
[ N("Hardware"), 'drakhard-mdk',
[
[ "Hardware List", 'harddrake-mdk', ],
- [ "Monitor", 'XFdrake-mdk', ],
+ [ "Monitor", 'configure-monitor-mdk', ],
[ "Resolution", 'resolution-mdk', ],
[ "Graphical server configuration", 'XFdrake-mdk', ],
- [ "Display Manager chooser", 'XFdrake-mdk', ],
+ [ "Display Manager chooser", 'drakedm-mdk', ],
[ "TV Cards", 'tv-mdk', ],
[ "Keyboard", 'keyboard-mdk', ],
[ "Mouse", 'mousedrake-mdk', ],
- [ "Printer", 'printer-mdk', ],
+ [ "Printer", 'printer-mcc-mdk', ],
[ "Scanner", 'scanner-mdk', ],
]
],
@@ -199,7 +199,7 @@ my @tree =
[ N("Network & Internet"), 'net-mdk',
[
[ "Connection", 'drakconnect-mdk', ],
- [ "Proxy Configuration", 'drakconnect-mdk', ],
+ [ "Proxy Configuration", 'drakproxy-mdk', ],
[ "Connection Sharing", 'drakgw-mdk', ],
],
],
@@ -219,7 +219,7 @@ my @tree =
[ "Logs", 'logdrake-mdk', ],
[ "Console", 'console-mdk', ],
[ "Users", 'user-mdk', ],
- [ "Programs scheduling", 'time-mdk', ],
+ [ "Programs scheduling", 'drakcronat-mdk', ],
[ "Backups", 'backup-mdk', ],
# [ "RFBDrake", 'unknown-mdk' ],
]
@@ -246,16 +246,16 @@ my @tree =
();
}
} (# [ id, wizard file name, icon, description ]
- [ "DHCP wizard", "dhcp", 'server-mdk', N("The DHCP wizard will help you configuring the DHCP services of your server") ],
- [ "DNS Client wizard", "client", 'server-mdk', N("The DNS Client wizard will help you in adding a new client in your local DNS") ],
- [ "DNS wizard", "dns", 'server-mdk', N("The DNS wizard will help you configuring the DNS services of your server.") ],
- [ "FTP wizard", "ftp", 'ftp-mdk', N("The FTP wizard will help you configuring the FTP Server for your network") ],
+ [ "DHCP wizard", "dhcp", 'dhcp_server-mdk', N("The DHCP wizard will help you configuring the DHCP services of your server") ],
+ [ "DNS Client wizard", "client", 'dns_client-mdk', N("The DNS Client wizard will help you in adding a new client in your local DNS") ],
+ [ "DNS wizard", "dns", 'dns_server-mdk', N("The DNS wizard will help you configuring the DNS services of your server.") ],
+ [ "FTP wizard", "ftp", 'ftpdns_server-mdkThe FTP wizard will help you configuring the FTP Server for your network") ],
[ "News wizard", "news", 'news-mdk', N("The News wizard will help you configuring the Internet News services for your network") ],
[ "Postfix wizard", "postfix", 'postfix-mdk', N("The Postfix wizard will help you configuring the Internet Mail services for your network") ],
[ "Squid wizard", "proxy", 'web-mdk', N("The Proxy wizard will help you configuring a web caching proxy server") ],
- [ "Samba wizard", "samba", 'diskdrake_samba', N("The Samba wizard will help you configuring your server to behave as a file and print server for workstations running non-Linux systems") ],
+ [ "Samba wizard", "samba", 'samba_server-mdk', N("The Samba wizard will help you configuring your server to behave as a file and print server for workstations running non-Linux systems") ],
[ "Time wizard", "time", 'time-mdk', N("The Time wizard will help you to set the time of your server synchronized with an external time server") ],
- [ "Web wizard", "web", 'web-mdk', N("The Web wizard will help you configuring the Web Server for your network") ]
+ [ "Web wizard", "web", 'web_server-mdk', N("The Web wizard will help you configuring the Web Server for your network") ]
)
)
]