X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fcallbacks.c;h=d313a006f6a0eda33b9650517eddb80a12cbdd7f;hb=0246f776f486b83386d0782d86202f1d2d667346;hp=25987f6939814fdf5dd8f788a41acdc15e3460b5;hpb=3c456a8abcc006a6f12311228d47865921a45059;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c index 25987f69..d313a006 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c @@ -4894,7 +4894,7 @@ void create_main_window_with_trace_list(GSList *traces) GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, - "Cannot open trace : maybe you should enter in the directory" + "Cannot open trace : maybe you should enter in the directory " "to select it ?"); gtk_dialog_run(GTK_DIALOG(dialogue)); gtk_widget_destroy(dialogue);