Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/win32/resources.rc
blob: 9a0aa688aa24c5dc53287e75adcf078f029f7333 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
//Microsoft Developer Studio generated resource script.
//
#include <winver.h>
#include "resource.h"

/////////////////////////////////////////////////////////////////////////////
// English (U.K.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
#ifdef _WIN32
#pragma code_page(1252)
#endif //_WIN32

/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1               ICON    DISCARDABLE     "data/images/icon-win32.ico"

/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 0,9,22,0
 PRODUCTVERSION 0,9,22,0
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x21L
#else
 FILEFLAGS 0x20L
#endif
 FILEOS 0x40004L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904b0"
        BEGIN
            VALUE "Comments", "\0"
            VALUE "CompanyName", "New Breed Software\0"
            VALUE "FileDescription", "Tux Paint - Interactive Paint Program.\0"
            VALUE "FileVersion", "0.9.22\0"
            VALUE "InternalName", "Tux Paint\0"
            VALUE "LegalCopyright", "Copyright (C) 2008 by Bill Kendrick\0"
            VALUE "LegalTrademarks", "\0"
            VALUE "OriginalFilename", "TuxPaint.exe\0"
            VALUE "PrivateBuild", "\0"
            VALUE "ProductName", "Tux Paint\0"
            VALUE "ProductVersion", "0.9.22\0"
            VALUE "SpecialBuild", "win32 build by John Popplewell\0"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1200
    END
END

#endif    // English (U.K.) resources
/////////////////////////////////////////////////////////////////////////////