iexplore: use a better file description

Damjan Jovanovic damjan.jov at gmail.com
Tue Nov 23 03:06:11 CST 2010


Changelog:
* iexplore: use a better file description

The current "Wine core exe" is confusing in "Open with" dialogs for
eg. JPEG files.

Damjan Jovanovic
-------------- next part --------------
diff --git a/programs/iexplore/iexplore.rc b/programs/iexplore/iexplore.rc
index f37481a..acf7959 100644
--- a/programs/iexplore/iexplore.rc
+++ b/programs/iexplore/iexplore.rc
@@ -17,7 +17,7 @@
  */
 
 #define WINE_OLESELFREGISTER
-#define WINE_FILEDESCRIPTION_STR "Wine core exe"
+#define WINE_FILEDESCRIPTION_STR "Wine Internet Explorer"
 #define WINE_FILENAME_STR "iexplore.exe"
 #define WINE_FILEVERSION 6,0,2900,2180
 #define WINE_FILEVERSION_STR "6.0.2900.2180"


More information about the wine-patches mailing list