diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-02-08 13:17:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-02-08 13:17:49 +0000 |
commit | 7342e863d6e953b124e5b7f56c3e1cb834d38b9a (patch) | |
tree | e3ff5a55c25da2b740b398d1e3013c8d922718cc | |
parent | 8f1df7af93571feef024d6659affece99cbded13 (diff) | |
download | drakx-7342e863d6e953b124e5b7f56c3e1cb834d38b9a.tar drakx-7342e863d6e953b124e5b7f56c3e1cb834d38b9a.tar.gz drakx-7342e863d6e953b124e5b7f56c3e1cb834d38b9a.tar.bz2 drakx-7342e863d6e953b124e5b7f56c3e1cb834d38b9a.tar.xz drakx-7342e863d6e953b124e5b7f56c3e1cb834d38b9a.zip |
cleanup this mess
-rwxr-xr-x | perl-install/standalone/drakbug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 922f0b372..bd4ab4289 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -92,7 +92,7 @@ $comb_app->set_popdown_strings("", sort(@generic_tool)); gtkadd($window->{window}, gtkpack_(Gtk2::VBox->new(0,5), 0, gtkpack(Gtk2::HBox->new(0,0), - gtkpack(gtkset_justify(Gtk2::WrappedLabel->new(formatAlaTeX("%s", translate($mandrake_release))), "left")), + gtkpack(gtkset_justify(Gtk2::WrappedLabel->new($mandrake_release), "left")), ), 0, gtkpack(Gtk2::HSeparator->new), 0, gtkadd($table), |