[glade/internal-child-support] Use the correct icon names
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/internal-child-support] Use the correct icon names
- Date: Mon, 28 Mar 2011 15:51:35 +0000 (UTC)
commit f6921634fe4ea2431eb9e3a49e58fbebe9535e1a
Author: William Jon McCann <jmccann redhat com>
Date: Thu Mar 24 20:04:07 2011 -0400
Use the correct icon names
Looks like they were missed in the module rename.
src/glade-window.c | 2 +-
src/glade.rc.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/glade-window.c b/src/glade-window.c
index 7e04f52..172f88c 100644
--- a/src/glade-window.c
+++ b/src/glade-window.c
@@ -2116,7 +2116,7 @@ about_cb (GtkAction * action, GladeWindow * window)
gtk_show_about_dialog (GTK_WINDOW (window),
"name", g_get_application_name (),
- "logo-icon-name", "glade-3",
+ "logo-icon-name", "glade",
"authors", authors,
"artists", artists,
"documenters", documenters,
diff --git a/src/glade.rc.in b/src/glade.rc.in
index c115c47..09a8641 100644
--- a/src/glade.rc.in
+++ b/src/glade.rc.in
@@ -1,6 +1,6 @@
#include <winver.h>
-GLADE_ICON ICON "../data/icons/glade-3.ico"
+GLADE_ICON ICON "../data/icons/glade.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION @GLADE_MAJOR_VERSION@,@GLADE_MINOR_VERSION@,@GLADE_MICRO_VERSION@,0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]