file error dialog
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 16 Sep 2005 17:19:08 +0000 (17:19 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 16 Sep 2005 17:19:08 +0000 (17:19 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1220 04897980-b3bd-0310-b5e0-8ef037075253

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.025412 seconds and 4 git commands to generate.