summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkapplet2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index a2611ce8..2d94a4c3 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -247,7 +247,7 @@ my ($opt) = @ARGV;
if ($opt eq '--force' || $opt eq '-f') { setAutoStart('TRUE') }
if ($opt eq '--debug') { $debug = 1 }
-shouldStart() or die "$localfile should be set to TRUE: please use --force or -f option to launch applet";
+shouldStart() or die "$localfile should be set to TRUE: please use --force or -f option to launch applet\n";
$icon->show_all;
go2State('delayed');