summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk_colormap.c
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/gtk_colormap.c')
-rw-r--r--Smoke/gtk_colormap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/gtk_colormap.c b/Smoke/gtk_colormap.c
index 56ec810..0813917 100644
--- a/Smoke/gtk_colormap.c
+++ b/Smoke/gtk_colormap.c
@@ -286,7 +286,7 @@ GtkWidget *create_colormap_page(void)
gtk_box_pack_start(GTK_BOX(page), frame, FALSE, TRUE, 0);
- label = gtk_label_new("Smoke visualization");
+ label = gtk_label_new("Smoke visualization");
gtk_box_pack_start(GTK_BOX(box), label, FALSE, TRUE, 0);
gtk_widget_show(label);