diff options
Diffstat (limited to 'perl-install/bootlook.pm')
-rw-r--r-- | perl-install/bootlook.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index 1b8707826..b49cfe924 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -use MDK::Common; +use common; use Gtk; use Gtk::Gdk::Pixbuf; use Config; |