fix typo
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 3 Oct 2006 04:11:42 +0000 (04:11 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 3 Oct 2006 04:11:42 +0000 (04:11 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2150 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c

index 25987f6939814fdf5dd8f788a41acdc15e3460b5..d313a006f6a0eda33b9650517eddb80a12cbdd7f 100644 (file)
@@ -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);
This page took 0.026712 seconds and 4 git commands to generate.