diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-08-23 14:18:46 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-08-23 14:18:46 +0000 |
commit | 859adbbecf5a8675308e66befbe378499804f836 (patch) | |
tree | de16ab1189df38b2ca1014cfba888b546e1bcea0 /perl-install/standalone | |
parent | e5a6137a9f13a55bfea9ebba9b19450d1c95436b (diff) | |
download | drakx-859adbbecf5a8675308e66befbe378499804f836.tar drakx-859adbbecf5a8675308e66befbe378499804f836.tar.gz drakx-859adbbecf5a8675308e66befbe378499804f836.tar.bz2 drakx-859adbbecf5a8675308e66befbe378499804f836.tar.xz drakx-859adbbecf5a8675308e66befbe378499804f836.zip |
adjust modify dialog box (ergo)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/draksambashare | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/standalone/draksambashare b/perl-install/standalone/draksambashare index 4c3aaceab..d5eebf27d 100755 --- a/perl-install/standalone/draksambashare +++ b/perl-install/standalone/draksambashare @@ -268,8 +268,8 @@ sub modify_entry { $hide_files->set_text($listshare[$i]{hide_files}); $hide_dot_files->set_text($listshare[$i]{hide_dot_files}); - my $expander_user = Gtk2::Expander->new('Advanced user options'); - $expander_user->add(gtkpack_(Gtk2::VBox->new, + my $expander_user = Gtk2::Expander->new('User options'); + $expander_user->add(gtkpack_(Gtk2::HBox->new, # 0, $label_and_widgets->($adv_options{sync}, $lsync, help_b(N_("Advanced Options Help"), $help_global)), 0, gtkadd(Gtk2::Frame->new(N("Samba user access")), gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5), @@ -291,7 +291,7 @@ sub modify_entry { ); - my $expander_file = Gtk2::Expander->new('Advanced file options'); + my $expander_file = Gtk2::Expander->new('File options'); $expander_file->add(gtkpack_(Gtk2::VBox->new, 0, gtkadd(Gtk2::Frame->new(N("Display options")), gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5), @@ -320,7 +320,7 @@ sub modify_entry { 0, $label_and_widgets->(N("Writable:"), $writable, ""), ), ), - gtkadd(Gtk2::Frame->new(""), + gtkadd(Gtk2::Frame->new("Advanced options"), gtkpack_(gtkset_border_width(Gtk2::VBox->new, 3), 0, $expander_user, 0, $expander_file, |