summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draknfs
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-08-27 09:06:44 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-08-27 09:06:44 +0000
commit85141fa80e962a47c1c194ea203a881076db8d44 (patch)
tree4eb5f365f3d890532912f1b00bda2dc82bfc8939 /perl-install/standalone/draknfs
parentb209d8e12cf70797e17a353b238b8207bbe6869b (diff)
downloaddrakx-backup-do-not-use-85141fa80e962a47c1c194ea203a881076db8d44.tar
drakx-backup-do-not-use-85141fa80e962a47c1c194ea203a881076db8d44.tar.gz
drakx-backup-do-not-use-85141fa80e962a47c1c194ea203a881076db8d44.tar.bz2
drakx-backup-do-not-use-85141fa80e962a47c1c194ea203a881076db8d44.tar.xz
drakx-backup-do-not-use-85141fa80e962a47c1c194ea203a881076db8d44.zip
use new icons
Diffstat (limited to 'perl-install/standalone/draknfs')
-rw-r--r--perl-install/standalone/draknfs4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/draknfs b/perl-install/standalone/draknfs
index a8adb8bd3..4cf3156c7 100644
--- a/perl-install/standalone/draknfs
+++ b/perl-install/standalone/draknfs
@@ -217,7 +217,7 @@ sub help_b {
);
}
-sub get_access_list {
+sub get_access_list() {
my $net = {};
network::network::read_net_conf($net);
my $interface ||= $net->{net_interface};
@@ -581,7 +581,7 @@ my $okcancel = create_okcancel({
# main interface
$W->add(gtkpack_(Gtk2::VBox->new(0,0),
0, $menu,
- if_(!$::isEmbedded, 0, Gtk2::Banner->new('drakgw', N("DrakNFS manage NFS shares"))),
+ if_(!$::isEmbedded, 0, Gtk2::Banner->new('IC-NFS-48', N("DrakNFS manage NFS shares"))),
if_($::isEmbedded, 0, Gtk2::Label->new("Here you can add, remove and alter NFS shares.")),
1, gtkpack_(gtkset_border_width(Gtk2::HBox->new, 0),
1, create_scrolled_window($treeview),