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

Re: [TSVN] ID's of errormessages in resource.h file are identical

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-04-29 21:39:38 CEST

Ruud van Silfhout wrote:

> I just downloaded the source code of your project today and I was
> looking through the code of one of your projects and I saw (just by
> accident) in the file resource.h in the src\TortoiseProc directory the
> next two lines of code:
>
> #define IDS_REVGRAPH_ERR_NODC 4363
> #define IDS_REVGRAPH_ERR_NOGRAPH 4363
>
> As both the text-ids are the same, I assume that this is a bug.

No need to worry about those. There are some more defines around which
aren't used anymore and therefore other defines get the same numbers
assigned to them. VS.NET does that automatically for resources.
The IDS_REVGRAPH_ERR_NODC isn't used anymore, so no harm.

But anyway: I just did a cleanup to get rid of all unused defines.
Committed that in revision 3182.

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 Fri Apr 29 21:40:03 2005

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.