summaryrefslogtreecommitdiff
path: root/src/editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.c')
-rw-r--r--src/editor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/editor.c b/src/editor.c
index d7b3ff9..7e041f4 100644
--- a/src/editor.c
+++ b/src/editor.c
@@ -99,15 +99,15 @@ static GList *build_editor_icons_list(void)
result = NULL;
- pixbuf = get_pixbuf_from_file("chrysalide_32.png");
+ pixbuf = get_pixbuf_from_file("chrysalide-32.png");
if (pixbuf != NULL)
result = g_list_append(result, pixbuf);
- pixbuf = get_pixbuf_from_file("chrysalide_64.png");
+ pixbuf = get_pixbuf_from_file("chrysalide-64.png");
if (pixbuf != NULL)
result = g_list_append(result, pixbuf);
- pixbuf = get_pixbuf_from_file("chrysalide_128.png");
+ pixbuf = get_pixbuf_from_file("chrysalide-128.png");
if (pixbuf != NULL)
result = g_list_append(result, pixbuf);