diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-07-15 09:58:39 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-07-15 09:58:39 +0000 |
commit | 43e5b6f5832e818b80433cc3cd3ef4b9f7fde9be (patch) | |
tree | 784cca7cf6ac04ea4c63e545fe5b199cf767e502 /perl-install/standalone/draknfs | |
parent | d2ce60d6be52cb011e7f05e54e5ec121e93c358e (diff) | |
download | drakx-43e5b6f5832e818b80433cc3cd3ef4b9f7fde9be.tar drakx-43e5b6f5832e818b80433cc3cd3ef4b9f7fde9be.tar.gz drakx-43e5b6f5832e818b80433cc3cd3ef4b9f7fde9be.tar.bz2 drakx-43e5b6f5832e818b80433cc3cd3ef4b9f7fde9be.tar.xz drakx-43e5b6f5832e818b80433cc3cd3ef4b9f7fde9be.zip |
don't translate the empty string
Diffstat (limited to 'perl-install/standalone/draknfs')
-rw-r--r-- | perl-install/standalone/draknfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draknfs b/perl-install/standalone/draknfs index 00547d4c6..22b95975b 100644 --- a/perl-install/standalone/draknfs +++ b/perl-install/standalone/draknfs @@ -411,7 +411,7 @@ sub add_modify_entry { 0, $label_and_widgets->(N("Anonymous Group ID:"), $anongid, ""), ), ), - 0, gtkadd(Gtk2::Frame->new(N("")), + 0, gtkadd(Gtk2::Frame->new(""), gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5), # 0, $advanced, 0, $expender, |