summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk_main.c
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-01-11 00:56:41 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-01-11 00:56:41 (GMT)
commit051686899e00b3810399e8a247f04948b8f6e5db (patch)
treed3866f8950bf871a1653d1f18749f2379e95c427 /Smoke/gtk_main.c
parent9ebec7f1fcb82fd26a2c64ba4e8557f2b87508ea (diff)
download2iv35-051686899e00b3810399e8a247f04948b8f6e5db.zip
2iv35-051686899e00b3810399e8a247f04948b8f6e5db.tar.gz
2iv35-051686899e00b3810399e8a247f04948b8f6e5db.tar.bz2
'leuke' 3d smoke history
Diffstat (limited to 'Smoke/gtk_main.c')
-rw-r--r--Smoke/gtk_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/gtk_main.c b/Smoke/gtk_main.c
index 80519e8..e09318d 100644
--- a/Smoke/gtk_main.c
+++ b/Smoke/gtk_main.c
@@ -184,7 +184,7 @@ GtkWidget *create_main_page(void)
gtk_box_pack_start (GTK_BOX(box), button, TRUE, TRUE, 0);
gtk_widget_show(button);
- button = gtk_check_button_new_with_label("Draw flowvis");
+ button = gtk_check_button_new_with_label("Draw smoke history");
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button), flowvis_get_render());
g_signal_connect (G_OBJECT(button), "clicked", G_CALLBACK(select_render_flowvis), NULL);
gtk_box_pack_start (GTK_BOX(box), button, TRUE, TRUE, 0);