annotate pidgin/win32/pidgin_dll_rc.rc.in @ 20566:3ef40e8de6ab

Fix some crashes with animated smileys. Fixes #3179, #938, #3134, #2872, #1594
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 20 Sep 2007 03:05:54 +0000
parents 94ee22ed492b
children 91c8f6368a8c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15377
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
1 #include <winver.h>
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
2 #include "version.h"
15997
495800004c0a 4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15831
diff changeset
3 #include "resource.h"
495800004c0a 4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15831
diff changeset
4
495800004c0a 4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15831
diff changeset
5 #define PIXMAPDIR "pixmaps/tray/16/"
15377
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
6
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
7 VS_VERSION_INFO VERSIONINFO
15831
e04c98c1bce9 win32 fixes for s/gaim/purple/ stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15609
diff changeset
8 FILEVERSION PURPLE_MAJOR_VERSION,PURPLE_MINOR_VERSION,PURPLE_MICRO_VERSION,0
e04c98c1bce9 win32 fixes for s/gaim/purple/ stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15609
diff changeset
9 PRODUCTVERSION PURPLE_MAJOR_VERSION,PURPLE_MINOR_VERSION,PURPLE_MICRO_VERSION,0
15377
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
10 FILEFLAGSMASK 0
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
11 FILEFLAGS 0
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
12 FILEOS VOS__WINDOWS32
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
13 FILETYPE VFT_DLL
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
14 FILESUBTYPE VFT2_UNKNOWN
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
15 BEGIN
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
16 BLOCK "StringFileInfo"
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
17 BEGIN
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
18 BLOCK "040904B0"
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
19 BEGIN
15609
02d64952a55e Update dll and exe version resources for pidgin stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15377
diff changeset
20 VALUE "CompanyName", "The Pidgin developer community"
02d64952a55e Update dll and exe version resources for pidgin stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15377
diff changeset
21 VALUE "FileDescription", "GTK+ Pidgin Library"
15831
e04c98c1bce9 win32 fixes for s/gaim/purple/ stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15609
diff changeset
22 VALUE "FileVersion", "@PIDGIN_VERSION@"
15609
02d64952a55e Update dll and exe version resources for pidgin stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15377
diff changeset
23 VALUE "InternalName", "libpidgin"
02d64952a55e Update dll and exe version resources for pidgin stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15377
diff changeset
24 VALUE "LegalCopyright", "Copyright (C) 1998-2007 The Pidgin developer community (See the COPYRIGHT file in the source distribution)."
02d64952a55e Update dll and exe version resources for pidgin stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15377
diff changeset
25 VALUE "OriginalFilename", "pidgin.dll"
02d64952a55e Update dll and exe version resources for pidgin stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15377
diff changeset
26 VALUE "ProductName", "Pidgin"
15831
e04c98c1bce9 win32 fixes for s/gaim/purple/ stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15609
diff changeset
27 VALUE "ProductVersion", "@PIDGIN_VERSION@"
15377
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
28 END
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
29 END
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
30 BLOCK "VarFileInfo"
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
31 BEGIN
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
32 VALUE "Translation", 0x409, 1200
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
33 END
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
34 END
0e17470b47c2 Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
35
15997
495800004c0a 4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15831
diff changeset
36 PIDGIN_TRAY_AVAILABLE_4BIT ICON PIXMAPDIR "available_4bit.ico"
495800004c0a 4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15831
diff changeset
37 PIDGIN_TRAY_AWAY_4BIT ICON PIXMAPDIR "away_4bit.ico"
495800004c0a 4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15831
diff changeset
38 PIDGIN_TRAY_BUSY_4BIT ICON PIXMAPDIR "busy_4bit.ico"
495800004c0a 4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15831
diff changeset
39 PIDGIN_TRAY_XA_4BIT ICON PIXMAPDIR "extended-away_4bit.ico"
495800004c0a 4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15831
diff changeset
40 PIDGIN_TRAY_OFFLINE_4BIT ICON PIXMAPDIR "offline_4bit.ico"
495800004c0a 4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15831
diff changeset
41 PIDGIN_TRAY_CONNECTING_4BIT ICON PIXMAPDIR "connecting_4bit.ico"
495800004c0a 4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15831
diff changeset
42 PIDGIN_TRAY_PENDING_4BIT ICON PIXMAPDIR "message_4bit.ico"
16763
94ee22ed492b And make them used
Sean Egan <seanegan@gmail.com>
parents: 15997
diff changeset
43 PIDGIN_TRAY_INVISIBLE_4BIT ICON PIXMAPDIR "invisible_4bit.ico"