# HG changeset patch # User Mark Doliner # Date 1174802252 0 # Node ID ab45a1c1bcafe01e4f9178c0b5a75dd2372fe5d1 # Parent 88d626a179a6bf61f1e59ec193b86753c891e665 Rename some gaim icons to pidgin icons. These should probably change later... but I reckon the file names could remain the same. diff -r 88d626a179a6 -r ab45a1c1bcaf pidgin/pixmaps/Makefile.am --- a/pidgin/pixmaps/Makefile.am Sun Mar 25 04:51:43 2007 +0000 +++ b/pidgin/pixmaps/Makefile.am Sun Mar 25 05:57:32 2007 +0000 @@ -9,7 +9,7 @@ connect.png \ edit.png \ pidgin.png \ - gaim.svg \ + pidgin.svg \ info.png \ insert-image.png \ insert-image-small.png \ @@ -48,7 +48,7 @@ typing.png \ window-icon.png \ Makefile.mingw \ - gaim.ico + pidgin.ico pidginbuttonpixdir = $(datadir)/pixmaps/pidgin/buttons @@ -62,5 +62,5 @@ distpixmapdir = $(datadir)/pixmaps -distpixmap_DATA = pidgin.png gaim.svg +distpixmap_DATA = pidgin.png pidgin.svg diff -r 88d626a179a6 -r ab45a1c1bcaf pidgin/pixmaps/gaim.ico Binary file pidgin/pixmaps/gaim.ico has changed diff -r 88d626a179a6 -r ab45a1c1bcaf pidgin/pixmaps/gaim.svg --- a/pidgin/pixmaps/gaim.svg Sun Mar 25 04:51:43 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 88d626a179a6 -r ab45a1c1bcaf pidgin/pixmaps/pidgin.ico Binary file pidgin/pixmaps/pidgin.ico has changed diff -r 88d626a179a6 -r ab45a1c1bcaf pidgin/pixmaps/pidgin.png Binary file pidgin/pixmaps/pidgin.png has changed diff -r 88d626a179a6 -r ab45a1c1bcaf pidgin/pixmaps/pidgin.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/pidgin.svg Sun Mar 25 05:57:32 2007 +0000 @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -r 88d626a179a6 -r ab45a1c1bcaf pidgin/win32/pidgin_exe_rc.rc.in --- a/pidgin/win32/pidgin_exe_rc.rc.in Sun Mar 25 04:51:43 2007 +0000 +++ b/pidgin/win32/pidgin_exe_rc.rc.in Sun Mar 25 05:57:32 2007 +0000 @@ -33,4 +33,4 @@ END END -PURPLE_ICON ICON PIXMAPDIR "gaim.ico" +PURPLE_ICON ICON PIXMAPDIR "pidgin.ico"