~ubuntu-branches/ubuntu/lucid/lastfm/lucid

« back to all changes in this revision

Viewing changes to src/Twiddly/Twiddly.rc

  • Committer: Bazaar Package Importer
  • Author(s): Devid Filoni
  • Date: 2008-07-14 16:46:20 UTC
  • mfrom: (1.1.7 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080714164620-67hoz9fs177wpgmr
Tags: 1:1.5.1.31879.dfsg-1ubuntu1
* Merge from Debian unstable (LP: #248100), remaining changes:
  - debian/rules: add dh_icons call
  + debian/control:
    - switch iceweasel to firefox in Recommends field
    - modify debhelper version to >= 5.0.51~
    - modify Maintainer to Ubuntu MOTU Developers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
IDI_ICON1 ICON DISCARDABLE "..\\as.ico"
 
2
 
 
3
// The first entry ('1') on the below line is normally written as the define
 
4
// VS_VERSION_INFO, but we can't always be sure that value has been included
 
5
// in a Qt build so we just hardcode 1 in.
 
6
1 VERSIONINFO
 
7
 FILEVERSION 0,0,0,0
 
8
 PRODUCTVERSION 0,0,0,0
 
9
 FILEFLAGSMASK 0x3fL
 
10
#ifdef _DEBUG
 
11
 FILEFLAGS 0x1L
 
12
#else
 
13
 FILEFLAGS 0x0L
 
14
#endif
 
15
 FILEOS 0x4L
 
16
 FILETYPE 0x1L
 
17
 FILESUBTYPE 0x0L
 
18
BEGIN
 
19
    BLOCK "StringFileInfo"
 
20
    BEGIN
 
21
        BLOCK "040904b0"
 
22
        BEGIN
 
23
            VALUE "Comments", "http://www.last.fm"
 
24
            VALUE "CompanyName", "Last.fm"
 
25
            VALUE "FileDescription", "Last.fm iPodScrobbler"
 
26
            VALUE "FileVersion", "0.0.0.0\0"
 
27
            VALUE "InternalName", "Last.fm iPodScrobbler"
 
28
            VALUE "LegalCopyright", "Copyright (C) 2008"
 
29
            VALUE "OriginalFilename", "iPodScrobbler.exe"
 
30
            VALUE "ProductName", "Last.fm iPodScrobbler"
 
31
            VALUE "ProductVersion", "0.0.0.0\0"
 
32
        END
 
33
    END
 
34
END