From 8c39bc8f9b6001ac6adde9311516309eaf43e487 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 25 Aug 2005 13:17:49 +0000 Subject: allow to import Windows Fonts (#15531) --- perl-install/standalone/drakfont | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 8d602b2d2..a842764a8 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -491,6 +491,7 @@ sub interactive_mode() { [ N("Options"), \&appli_choice, 1 ], [ N("Uninstall"), \&uninstall, 1 ], [ N("Import"), \&advanced_install, 1 ], + [ N("Get Windows Fonts"), sub { $windows = 1; import_status(); $windows = 0 }, 1 ], ), ), ); -- cgit v1.2.1