From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6f7e775cc5816f83 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-29 09:51:31 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: jpwoodruff@irisinternet.net (John Woodruff) Newsgroups: comp.lang.ada Subject: Re: Icon for (windows) *.ads & *.adb Date: 29 Oct 2003 09:51:30 -0800 Organization: http://groups.google.com Message-ID: <34defe4d.0310290951.4aac0544@posting.google.com> References: <34defe4d.0310281359.63916c16@posting.google.com> <3F9FD7FC.8060104@lml.ls.fi.upm.es> NNTP-Posting-Host: 66.248.85.134 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1067449891 12618 127.0.0.1 (29 Oct 2003 17:51:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 29 Oct 2003 17:51:31 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:1814 Date: 2003-10-29T09:51:30-08:00 List-Id: We have a winner! Thanks, Manuel. This turned out to be a little bit non-trivial (for me, at least) because 1) the icon is NOT in a file *.ico, so searching was non-productive, and 2) the file gnaticons.dll was "hidden", so I had to un-check some option somewhere before it appeared. Now my spec's and bodies are all properly pictured. Manuel Collado wrote in message news:<3F9FD7FC.8060104@lml.ls.fi.upm.es>... > Ed Falis wrote: > > John, > > > > I'm guessing those icons came with some Ada specific application you > > installed. Take a look for same in "program files". You could also > > take a look at the "file types" tab in the explorer tools(?) to see if > > the icon can be set where the file type is defined. > > In my machine, they are part of a GNAT installation: > > ...\gnat\bin\gnaticons.dll > > Hope it helps,