summaryrefslogtreecommitdiff
path: root/rhimport
diff options
context:
space:
mode:
Diffstat (limited to 'rhimport')
-rwxr-xr-xrhimport2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport b/rhimport
index e25a1d3..ce4463c 100755
--- a/rhimport
+++ b/rhimport
@@ -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);