summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfont
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-02-20 10:38:26 +0000
committerOlivier Blin <oblin@mandriva.org>2005-02-20 10:38:26 +0000
commita30c1396f66d513f6e2b28e9a409d7d46a25ea87 (patch)
tree607079a34c46529ce1ed30241603fcaaa4295f87 /perl-install/standalone/drakfont
parent9bd3d6915ddac3a64ae7b067bbaf409f0a65678d (diff)
downloaddrakx-backup-do-not-use-a30c1396f66d513f6e2b28e9a409d7d46a25ea87.tar
drakx-backup-do-not-use-a30c1396f66d513f6e2b28e9a409d7d46a25ea87.tar.gz
drakx-backup-do-not-use-a30c1396f66d513f6e2b28e9a409d7d46a25ea87.tar.bz2
drakx-backup-do-not-use-a30c1396f66d513f6e2b28e9a409d7d46a25ea87.tar.xz
drakx-backup-do-not-use-a30c1396f66d513f6e2b28e9a409d7d46a25ea87.zip
really use the file selection message
Diffstat (limited to 'perl-install/standalone/drakfont')
-rwxr-xr-xperl-install/standalone/drakfont1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont
index ad0fe0488..612b2b02e 100755
--- a/perl-install/standalone/drakfont
+++ b/perl-install/standalone/drakfont
@@ -587,6 +587,7 @@ sub font_choice() {
$select_font_msg = N("Select the font file or directory and click on 'Add'");
$file_dialog = Gtk2::FileSelection->new(N("File Selection"));
$file_dialog->set_select_multiple(1);
+ $file_dialog->set_filename($select_font_msg);
$file_dialog->signal_connect(delete_event => sub { $file_dialog->response('close') });
$file_dialog->ok_button->signal_connect(clicked => \&file_ok_sel, $file_dialog);
$file_dialog->ok_button->set_label(N("Add"));