explorer: Add a version resource.

Hans Leidekker hans at codeweavers.com
Tue Sep 27 04:40:08 CDT 2011


---
 programs/explorer/explorer.rc |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/programs/explorer/explorer.rc b/programs/explorer/explorer.rc
index 86d7ad0..fbbf5de 100644
--- a/programs/explorer/explorer.rc
+++ b/programs/explorer/explorer.rc
@@ -28,3 +28,12 @@ STRINGTABLE
     IDS_EXPLORER_TITLE  "Wine Explorer"
     IDS_PATHBOX_LABEL   "Location:"
 }
+
+#define WINE_FILEDESCRIPTION_STR "Wine Explorer"
+#define WINE_FILENAME_STR "explorer.exe"
+#define WINE_FILEVERSION 6,1,7601,17567
+#define WINE_FILEVERSION_STR "6.1.7601.17567"
+#define WINE_PRODUCTVERSION 6,1,7601,17567
+#define WINE_PRODUCTVERSION_STR "6.1.7601.17567"
+
+#include "wine/wine_common_ver.rc"
-- 
1.7.5.4






More information about the wine-patches mailing list