From 3b72be04bed765405be5df5f175bf7aef2620a58 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 18 Sep 2012 15:54:51 -0400 Subject: New Textadept icon. Added 256x256 icon and updated screenshots. --- src/textadept.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/textadept.c') diff --git a/src/textadept.c b/src/textadept.c index 1611b9b9..e956604e 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -2129,8 +2129,10 @@ static int cc_matchfunc(GtkEntryCompletion*_, const char *__, GtkTreeIter*___, static void new_window() { #if GTK GList *icon_list = NULL; - const char *icons[] = { "16x16", "32x32", "48x48", "64x64", "128x128" }; - for (int i = 0; i < 5; i++) { + const char *icons[] = { + "16x16", "32x32", "48x48", "64x64", "128x128", "256x256" + }; + for (int i = 0; i < 6; i++) { char *icon_file = g_strconcat(textadept_home, "/core/images/ta_", icons[i], ".png", NULL); GdkPixbuf *pb = gdk_pixbuf_new_from_file(icon_file, NULL); -- cgit v1.2.3