file error dialog
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / callbacks.c
index 30da37326f53b3347b27efdd2bb27692b4cf9e2f..03b8afb5d4df0809e324ab16c35a494f16c40fae 100644 (file)
@@ -1737,7 +1737,7 @@ void add_trace(GtkWidget * widget, gpointer user_data)
               GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT,
               GTK_MESSAGE_ERROR,
               GTK_BUTTONS_OK,
-              "Cannot open trace : maybe you should enter in the trace"
+              "Cannot open trace : maybe you should enter in the trace "
               "directory to select it ?");
           gtk_dialog_run(GTK_DIALOG(dialogue));
           gtk_widget_destroy(dialogue);
This page took 0.023066 seconds and 4 git commands to generate.