Code

Use g_base64_encode_step when importing images via drag and drop.
[inkscape.git] / src / inkscape.rc
2 APPLICATION_ICON    ICON          DISCARDABLE     "../inkscape.ico"
3 1                   24            DISCARDABLE     "./inkscape-manifest.xml"
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", "Inkscape"
16             VALUE "FileVersion", "0.46.0"
17             VALUE "InternalName", "Inkscape"
18             VALUE "LegalCopyright", "© 2007 Inkscape"
19             VALUE "ProductName", "Inkscape"
20             VALUE "ProductVersion", "0.46.0"
21         END
22     END
23     BLOCK "VarFileInfo"
24     BEGIN
25         VALUE "Translation", 1033, 437
26     END
27 END
29 1000            BITMAP  "./show-preview.bmp"