From d83bf009790f5c977ae00673b8749333bb60e796 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 12 Sep 2008 15:27:14 +0000 Subject: revert last commit --- perl-install/install/NEWS | 1 - perl-install/mygtk2.pm | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 884d8b9e0..c3965f1fe 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,4 @@ - stop claim selecting LSB group will install 2.4.x kernel (#39220) -- translate help from 'DrakX-help' domain - desktop step o move progress bar on its own line o pack together time label & value diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 42254476c..e800889c3 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -20,7 +20,7 @@ sub init() { Gtk2->init; Locale::gettext::bind_textdomain_codeset($_, 'UTF8') foreach 'libDrakX', if_(!$::isInstall, 'libDrakX-standalone'), - if_($::isInstall, 'DrakX-help', 'draksnapshot'), + if_($::isInstall, 'draksnapshot'), 'drakx-net', 'drakx-kbd-mouse-x11', # shared translation @::textdomains; Gtk2->croak_execeptions; -- cgit v1.2.1