[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] New icon changes

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-12-15 22:08:11 CET

Mark Phippard wrote:
> I do not know if the .registry files in the TortoiseShell folder are used
> for anything, but they were recently modified to use the Icons in the
> Modern folder, where as the installer was modified to use the XPStyle
> folder. I assume they should both point to the latter?

Those .registry files are templates, used for debugging the shell
extension part. If you adjust the paths in there and rename it to .reg,
then a doubleclick on it will register the COM-object (or deregister it,
depending which file you doubleclicked on) so you can use it.
Without those, you would have to set those registry entries manually and
if you forget to remove those after debugging, then the COM-object will
be kept in memory and you couldn't link the dll anymore because it stays
locked.

So the paths there don't have to match/point to the same icons as the
installer - maybe I'll change it someday, but for now I like those
'modern' icon style better for debugging (that way I can see that I'm in
a debugging session right away, because the icons look different).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Dec 15 22:09:25 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.