Add title to warning dialog
This commit is contained in:
@@ -75,6 +75,7 @@ sub print_warning {
|
||||
|
||||
$box = Gtk2::MessageDialog->new(
|
||||
undef, [qw/destroy-with-parent modal/], 'warning', 'none', $t);
|
||||
$box->set_title(_("Warning"));
|
||||
$box->set_default_size(600, 0);
|
||||
$box->set_resizable(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user