summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Evins <evins@snaught.com>2010-09-05 23:04:45 -0400
committerJim Evins <evins@snaught.com>2010-09-05 23:04:45 -0400
commitaeb33f64541ad5c39bcc62a0fe94cb1e992a63f0 (patch)
treed1b2d47b6134fea50ca05cd2aa18c57d181fb347
parent9667f709d131a52eca55c5a8400f20d4084a1409 (diff)
Added logo for template designer druid.
-rw-r--r--data/pixmaps/Makefile.am1
-rw-r--r--data/pixmaps/template-designer.pngbin0 -> 6058 bytes
-rw-r--r--src/template-designer.c2
3 files changed, 2 insertions, 1 deletions
diff --git a/data/pixmaps/Makefile.am b/data/pixmaps/Makefile.am
index 26b4cd7..7b0ecc5 100644
--- a/data/pixmaps/Makefile.am
+++ b/data/pixmaps/Makefile.am
@@ -7,6 +7,7 @@ glabels_pixmaps_DATA = \
new-select.png \
new-rotate.png \
new-confirm.png \
+ template-designer.png \
ex-rect-size.png \
ex-round-size.png \
ex-cd-size.png \
diff --git a/data/pixmaps/template-designer.png b/data/pixmaps/template-designer.png
new file mode 100644
index 0000000..278970c
--- /dev/null
+++ b/data/pixmaps/template-designer.png
Binary files differ
diff --git a/src/template-designer.c b/src/template-designer.c
index 9cddc7b..a7a4572 100644
--- a/src/template-designer.c
+++ b/src/template-designer.c
@@ -403,7 +403,7 @@ gl_template_designer_construct (glTemplateDesigner *dialog)
gtk_window_set_title (GTK_WINDOW(dialog), _("New gLabels Template"));
- logo_filename = g_build_filename (GLABELS_DATA_DIR, "pixmaps", "new-select.png", NULL);
+ logo_filename = g_build_filename (GLABELS_DATA_DIR, "pixmaps", "template-designer.png", NULL);
logo = gdk_pixbuf_new_from_file (logo_filename, NULL);
g_free (logo_filename);