~valavanisalex/ubuntu/precise/inkscape/fix-943984

« back to all changes in this revision

Viewing changes to inkscape-0.47pre1/src/inkview.rc

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2009-07-02 17:09:45 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090702170945-nn6d6zswovbwju1t
Tags: 0.47~pre1-0ubuntu1
* New upstream release.
  - Don't constrain maximization on small resolution devices (pre0)
    (LP: #348842)
  - Fixes segfault on startup (pre0)
    (LP: #391149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
APPLICATION_ICON    ICON          DISCARDABLE     "../inkscape.ico"
 
3
1                   24            DISCARDABLE     "./inkview-manifest.xml"
 
4
 
 
5
1 VERSIONINFO
 
6
    FILEVERSION     0,46,0,0
 
7
    PRODUCTVERSION  0,46,0,0
 
8
BEGIN
 
9
    BLOCK "StringFileInfo"
 
10
    BEGIN
 
11
        BLOCK "040901b5"
 
12
        BEGIN
 
13
            VALUE "Comments", "Published under the GNU GPL"
 
14
            VALUE "CompanyName", "inkscape.org"
 
15
            VALUE "FileDescription", "Inkview"
 
16
            VALUE "FileVersion", "0.46.0"
 
17
            VALUE "InternalName", "Inkview"
 
18
            VALUE "LegalCopyright", "� 2007 Inkscape"
 
19
            VALUE "ProductName", "Inkview"
 
20
            VALUE "ProductVersion", "0.46.0"
 
21
        END
 
22
    END
 
23
    BLOCK "VarFileInfo"
 
24
    BEGIN
 
25
        VALUE "Translation", 1033, 437
 
26
    END
 
27
END
 
28
 
 
29
1000            BITMAP  "./show-preview.bmp"