From 81aa4137b15bdc2e868700b77c542d38c2fe5498 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Thu, 12 Mar 2009 22:54:16 +0000 Subject: Updated dialog title to match old string. --- bin/draknfs | 2 +- bin/draksambashare | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/draknfs b/bin/draknfs index dce5642..3d1497b 100755 --- a/bin/draknfs +++ b/bin/draknfs @@ -104,7 +104,7 @@ my $label_and_widgets = sub { sub show_file_dialog { my ($data) = @_; - my $file_dlg = gtknew('FileChooserDialog', title => N("Path selection"), action => 'select_folder', + my $file_dlg = gtknew('FileChooserDialog', title => N("Directory selection"), action => 'select_folder', modal => 1, transient_for => $dlg); $file_dlg->set_filename($data->get_text); $file_dlg->show; diff --git a/bin/draksambashare b/bin/draksambashare index 17926a5..4eaeede 100755 --- a/bin/draksambashare +++ b/bin/draksambashare @@ -243,7 +243,7 @@ my $label_and_widgets = sub { sub show_file_dialog { my ($data) = @_; - my $file_dlg = gtknew('FileChooserDialog', title => N("Path selection"), action => 'select_folder', + my $file_dlg = gtknew('FileChooserDialog', title => N("Directory selection"), action => 'select_folder', modal => 1, transient_for => $dlg); $file_dlg->set_filename($data->get_text); $file_dlg->show; -- cgit v1.2.1