summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk_main.c
diff options
context:
space:
mode:
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);