summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk_glyphs.c
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-01-10 12:23:53 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-01-10 12:23:53 (GMT)
commitb83fcd9e5721b107a15ce51e74984ce38623e44b (patch)
treeeb4bd7a9c86136aa3256f6018b173cc0ee352072 /Smoke/gtk_glyphs.c
parent120b234068acc69155a0e7bc30aa6b78ad3b7f22 (diff)
download2iv35-b83fcd9e5721b107a15ce51e74984ce38623e44b.zip
2iv35-b83fcd9e5721b107a15ce51e74984ce38623e44b.tar.gz
2iv35-b83fcd9e5721b107a15ce51e74984ce38623e44b.tar.bz2
small changes
Diffstat (limited to 'Smoke/gtk_glyphs.c')
-rw-r--r--Smoke/gtk_glyphs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/gtk_glyphs.c b/Smoke/gtk_glyphs.c
index 8db7eb3..4318163 100644
--- a/Smoke/gtk_glyphs.c
+++ b/Smoke/gtk_glyphs.c
@@ -225,7 +225,7 @@ GtkWidget *create_glyphs_page(void)
gtk_combo_box_append_text(GTK_COMBO_BOX(combo), PALETTE_NAME_BLACKWHITE);
gtk_combo_box_append_text(GTK_COMBO_BOX(combo), PALETTE_NAME_RAINBOW);
gtk_combo_box_append_text(GTK_COMBO_BOX(combo), PALETTE_NAME_BANDS);
- gtk_combo_box_append_text(GTK_COMBO_BOX(combo), PALETTE_NAME_BLUE_GREEN_RED);
+ gtk_combo_box_append_text(GTK_COMBO_BOX(combo), PALETTE_NAME_GREY_BANDS);
gtk_combo_box_append_text(GTK_COMBO_BOX(combo), PALETTE_NAME_WILRIK);
gtk_combo_box_append_text(GTK_COMBO_BOX(combo), PALETTE_NAME_OLIVER);
gtk_combo_box_append_text(GTK_COMBO_BOX(combo), PALETTE_NAME_RED);