summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2011-03-24 20:04:07 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2011-03-24 20:04:07 -0400
commitc1a609fd682fcfb18c9c2851ac9d59d962fd956e (patch)
tree2bd5fd6cdcc452b3c9ba493d5aa5ea958166758a /src
parent55fcb368768ef4452e669878487b7b437029824e (diff)
Use the correct icon names
Looks like they were missed in the module rename.
Diffstat (limited to 'src')
-rw-r--r--src/glade-window.c2
-rw-r--r--src/glade.rc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/glade-window.c b/src/glade-window.c
index 7e04f525..172f88c1 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 c115c478..09a8641f 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