Thanks ! It solved the problem. michal -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Abhik Sarkar Sent: Monday, August 20, 2007 11:35 AM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Adding changes to Wireshark appearance
Michal, As far as I know, .xpm files are included directly into the .c file using them using #include. So perhaps if you did the following in your wireshark source directory touch gtk\main.c and then recompiled, it might help. I suspect you would also have the same issue with the about dialog, so you might also want to: touch gtk\about_dlg.c Hope this helps, Abhik. On 8/20/07, Michal Kelner <[EMAIL PROTECTED]> wrote: > Tried changing that one - nothing happens after compilation. > I'm using GIMP, should I use another software ? > thanks > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jaap Keuter > Sent: Sunday, August 19, 2007 3:38 PM > To: Developer support list for Wireshark > Subject: Re: [Wireshark-dev] Adding changes to Wireshark appearance > > Hi, > > That would be image/wssplash.xpm. > > Thanx, > Jaap > > On Sun, 19 Aug 2007, Michal Kelner wrote: > > > Hi, > > > > I would like to add some changes in the WS GUI, editing the icon a little > > bit (adding some graphics to it), while still keeping its original > > look-and-feel. > > I've made some changes in /image folder according to some instructions I > > found in previous postings in the mailing list. > > The problem is with the opening image (where it says "init dissectors"), I > > cannot find the source of it. I've altered everything under /image, > > including svg files altered to eps - nothing worked - I still see the > > original picture. > > Am I missing something? Is there another location of image files that > > should be changed ? > > > > Thanks > > Michal > > > > _______________________________________________ > Wireshark-dev mailing list > [email protected] > http://www.wireshark.org/mailman/listinfo/wireshark-dev > _______________________________________________ > Wireshark-dev mailing list > [email protected] > http://www.wireshark.org/mailman/listinfo/wireshark-dev > _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
