diff options
Diffstat (limited to 'rhimport')
-rwxr-xr-x | rhimport | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ my $gui_error_cb = sub { print STDERR "no GUI definition found!\n"; exit 2; } - $text . "\n\nVorgang abbrechen?"; + $text .= "\n\nVorgang abbrechen?"; my $parent_window = $guixml->get_widget('appwin'); my $dialog = Gtk2::MessageDialog->new ($parent_window, 'destroy-with-parent', 'error', 'yes-no', $text); |