diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-02-20 10:38:26 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-02-20 10:38:26 +0000 |
commit | a30c1396f66d513f6e2b28e9a409d7d46a25ea87 (patch) | |
tree | 607079a34c46529ce1ed30241603fcaaa4295f87 /perl-install | |
parent | 9bd3d6915ddac3a64ae7b067bbaf409f0a65678d (diff) | |
download | drakx-a30c1396f66d513f6e2b28e9a409d7d46a25ea87.tar drakx-a30c1396f66d513f6e2b28e9a409d7d46a25ea87.tar.gz drakx-a30c1396f66d513f6e2b28e9a409d7d46a25ea87.tar.bz2 drakx-a30c1396f66d513f6e2b28e9a409d7d46a25ea87.tar.xz drakx-a30c1396f66d513f6e2b28e9a409d7d46a25ea87.zip |
really use the file selection message
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakfont | 1 |
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")); |