diff gui/ui/gtk/about.c @ 33570:f4a32f67fee7

Rename some pixmaps. List of changes: a11 -> aspect11 a169 -> aspect169 a235 -> aspect235 a43 -> aspect43 about -> emblem ab -> about delsub -> nosub eq -> equalizer fs -> full pl -> playlist stop2 -> stop tongue -> audiolang tonguebla -> sublang
author ib
date Sun, 19 Jun 2011 13:01:20 +0000
parents 71ec25d1da10
children d9b805602aa1
line wrap: on
line diff
--- a/gui/ui/gtk/about.c	Sun Jun 19 12:51:36 2011 +0000
+++ b/gui/ui/gtk/about.c	Sun Jun 19 13:01:20 2011 +0000
@@ -20,7 +20,7 @@
 #include "gui/app.h"
 #include "help_mp.h"
 
-#include "gui/ui/pixmaps/about.xpm"
+#include "gui/ui/pixmaps/emblem.xpm"
 #include "gui/ui/widgets.h"
 #include "about.h"
 #include "gtk_common.h"
@@ -73,7 +73,7 @@
   vbox=AddVBox( AddDialogFrame( About ),0 );
 
   pixmapstyle=gtk_widget_get_style( About );
-  pixmapwid=gdk_pixmap_colormap_create_from_xpm_d( About->window,gdk_colormap_get_system(),&mask,&pixmapstyle->bg[GTK_STATE_NORMAL],(gchar **) about_xpm );
+  pixmapwid=gdk_pixmap_colormap_create_from_xpm_d( About->window,gdk_colormap_get_system(),&mask,&pixmapstyle->bg[GTK_STATE_NORMAL],(gchar **) emblem_xpm );
   pixmap1=gtk_pixmap_new( pixmapwid,mask );
 
   gtk_widget_set_name( pixmap1,"pixmap1" );