]> git.sur5r.net Git - glabels/commitdiff
Added logo for template designer druid.
authorJim Evins <evins@snaught.com>
Mon, 6 Sep 2010 03:04:45 +0000 (23:04 -0400)
committerJim Evins <evins@snaught.com>
Mon, 6 Sep 2010 03:04:45 +0000 (23:04 -0400)
data/pixmaps/Makefile.am
data/pixmaps/template-designer.png [new file with mode: 0644]
src/template-designer.c

index 26b4cd7b7c1b7b01f8b7a1caab64d3517f9472c6..7b0ecc5562b2be1a69050ea09b167b4c64105c53 100644 (file)
@@ -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 (file)
index 0000000..278970c
Binary files /dev/null and b/data/pixmaps/template-designer.png differ
index 9cddc7b59eabc9fec28d58096ea95d2702d58070..a7a4572b7e99371b312079eb7281d6889de217d1 100644 (file)
@@ -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);