summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-18 16:10:59 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-18 16:10:59 +0000
commit8111a8d3a6e52b2975fc597c0573649ac9e1a38f (patch)
treecdd317d0608d7b81635007fcb3f7c6bdb13d4857 /perl-install
parent88a5fff6f0eac9c5c7d355b03a1aa561648cfe75 (diff)
downloaddrakx-8111a8d3a6e52b2975fc597c0573649ac9e1a38f.tar
drakx-8111a8d3a6e52b2975fc597c0573649ac9e1a38f.tar.gz
drakx-8111a8d3a6e52b2975fc597c0573649ac9e1a38f.tar.bz2
drakx-8111a8d3a6e52b2975fc597c0573649ac9e1a38f.tar.xz
drakx-8111a8d3a6e52b2975fc597c0573649ac9e1a38f.zip
typo fix
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakconnect2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index 298b67fc5..e2ccd9c52 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -86,7 +86,7 @@ my $button_del = new Gtk2::Button(N("Del profile..."));
$button_del->signal_connect(clicked => sub {
my $dialog = _create_dialog(N("Delete profile"));
$dialog->vbox->pack_start(new Gtk2::Label(N("Profile to delete:")),1,1,0);
- my $combo_dialog = new Gtk2::Option_menu;
+ my $combo_dialog = new Gtk2::OptionMenu;
$combo_dialog->set_popdown_strings(grep { ! /default/ } network::netconnect::get_profiles());
$dialog->vbox->pack_start($combo_dialog,1,1,0);
my $bbox_dialog = new Gtk2::HButtonBox;