From e66e59ff0a922205f0cedc575072c66365a2d877 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 16 Sep 2005 17:19:08 +0000 Subject: [PATCH] file error dialog git-svn-id: http://ltt.polymtl.ca/svn@1220 04897980-b3bd-0310-b5e0-8ef037075253 --- .../poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 30da3732..03b8afb5 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c @@ -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); -- 2.34.1