Menu

#2463 Add publisher to version resource

Trunk
closed-accepted
5
2008-02-03
2008-02-01
Kimmo Varis
No

Several system tools (e.g. ones available from sysinternals) show version info's company name as a product publisher. That is a very good info for people when they wonder that that process or file is in their system. We need it too.

This patch adds company name resource as our website url. I've seen many programs to do that, and I think it is a very good idea. People can just copy/paste or type the url to browser and see what the program is.

I'm removing that weird English translation by -comment. It doesn't make any sense, we don't translate to English!

ndex: Merge.rc

--- Merge.rc (revision 4990)
+++ Merge.rc (working copy)
@@ -1661,11 +1661,12 @@
BEGIN
BLOCK "040904e4"
BEGIN
- VALUE "Comments", "English translation by developers\0"
+ VALUE "Comments", "\0"
+ VALUE "CompanyName", "http://winmerge.org\0"
VALUE "FileDescription", "WinMerge Application\0"
VALUE "FileVersion", "000.000.000.000\0"
VALUE "InternalName", "WinMerge\0"
- VALUE "LegalCopyright", "(c) 1996-2007 Dean P. Grimm / Thingamahoochie Software\0"
+ VALUE "LegalCopyright", "(c) 1996-2008 Dean P. Grimm / Thingamahoochie Software\0"
VALUE "OriginalFilename", "WinMerge.EXE\0"
VALUE "PrivateBuild", ""
VALUE "ProductName", "WinMerge\0"

Discussion

  • Kimmo Varis

    Kimmo Varis - 2008-02-01

    The patch

     
  • Kimmo Varis

    Kimmo Varis - 2008-02-03

    Logged In: YES
    user_id=631874
    Originator: YES

    Committed to SVN trunk.
    Completed: At revision: 4992

     
  • Kimmo Varis

    Kimmo Varis - 2008-02-03
    • assigned_to: nobody --> kimmov
    • status: open --> closed-accepted
     

Log in to post a comment.