summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk.c
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-01-10 20:59:50 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-01-10 20:59:50 (GMT)
commitdcab21f30e9c451bfc2b7e65d90323b5e11a8612 (patch)
tree07ead18381e62c1ef7295252126410d73ac8164a /Smoke/gtk.c
parenta003a02f8ae4f5bc14cbed9249b0fbfefdd2fd07 (diff)
download2iv35-dcab21f30e9c451bfc2b7e65d90323b5e11a8612.zip
2iv35-dcab21f30e9c451bfc2b7e65d90323b5e11a8612.tar.gz
2iv35-dcab21f30e9c451bfc2b7e65d90323b5e11a8612.tar.bz2
normal vectors correct
Diffstat (limited to 'Smoke/gtk.c')
-rw-r--r--Smoke/gtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/gtk.c b/Smoke/gtk.c
index e696d8d..09b0c53 100644
--- a/Smoke/gtk.c
+++ b/Smoke/gtk.c
@@ -800,7 +800,7 @@ create_window (GdkGLConfig *glconfig, struct vis_data_arrays *vis_data)
gtk_notebook_append_page(GTK_NOTEBOOK(settings_notebook), notebook_page, notebook_page_label);
- notebook_page_label = gtk_label_new("Flow vis");
+ notebook_page_label = gtk_label_new("Smoke history");
gtk_widget_show(notebook_page_label);
notebook_page = create_flowvis_page();