[resend] Make the IE stub message word wrap correctly.

Mike Hearn mike at navi.cx
Fri Apr 15 11:03:28 CDT 2005


Make the IE stub message word wrap correctly.

Index: dlls/shdocvw/De.rc
===================================================================
RCS file: /home/wine/wine/dlls/shdocvw/De.rc,v
retrieving revision 1.2
diff -u -p -d -r1.2 De.rc
--- dlls/shdocvw/De.rc	21 Feb 2005 18:38:36 -0000	1.2
+++ dlls/shdocvw/De.rc	15 Apr 2005 15:52:33 -0000
@@ -30,7 +30,7 @@ FONT 8, "MS Shell Dlg"
 
 STRINGTABLE
 BEGIN
- 1001	"Diese Anwendung fordert ein ActiveX Browser Objekt an,\n" \
+ 1001	"Diese Anwendung fordert ein ActiveX Browser Objekt an, " \
         "aber die Mozilla Active X Steuerung ist nicht installiert." \
         "Möchten Sie, dass es aus dem Internet geladen und installiert wird ?"
 END
Index: dlls/shdocvw/En.rc
===================================================================
RCS file: /home/wine/wine/dlls/shdocvw/En.rc,v
retrieving revision 1.2
diff -u -p -d -r1.2 En.rc
--- dlls/shdocvw/En.rc	21 Feb 2005 18:38:36 -0000	1.2
+++ dlls/shdocvw/En.rc	15 Apr 2005 15:52:34 -0000
@@ -30,7 +30,7 @@ FONT 8, "MS Shell Dlg"
 
 STRINGTABLE
 BEGIN
- 1001	"This application is requesting an ActiveX browser object\n" \
-        "but the Mozilla Active X control is currently not installed." \
+ 1001	"This application is requesting an ActiveX browser object " \
+        "but the Mozilla Active X control is currently not installed.\n\n" \
         "Do you wish to download and install it?"
 END
Index: dlls/shdocvw/Fr.rc
===================================================================
RCS file: /home/wine/wine/dlls/shdocvw/Fr.rc,v
retrieving revision 1.2
diff -u -p -d -r1.2 Fr.rc
--- dlls/shdocvw/Fr.rc	21 Feb 2005 18:38:36 -0000	1.2
+++ dlls/shdocvw/Fr.rc	15 Apr 2005 15:52:34 -0000
@@ -30,7 +30,7 @@ FONT 8, "MS Shell Dlg"
 
 STRINGTABLE
 BEGIN
- 1001	"Cette application requiert un object navigateur ActiveX\n" \
+ 1001	"Cette application requiert un object navigateur ActiveX " \
         "mais le contrôle Active X de Mozilla n'est pas installé." \
         "Souhaitez-vous le télécharger et l'installer ?"
 END
Index: dlls/shdocvw/Nl.rc
===================================================================
RCS file: /home/wine/wine/dlls/shdocvw/Nl.rc,v
retrieving revision 1.1
diff -u -p -d -r1.1 Nl.rc
--- dlls/shdocvw/Nl.rc	22 Mar 2005 16:39:25 -0000	1.1
+++ dlls/shdocvw/Nl.rc	15 Apr 2005 15:52:34 -0000
@@ -30,7 +30,7 @@ FONT 8, "MS Shell Dlg"
 
 STRINGTABLE
 BEGIN
- 1001	"Deze applicatie heeft een ActiveX browserobject nodig\n" \
+ 1001	"Deze applicatie heeft een ActiveX browserobject nodig " \
         "maar de Mozilla ActiveX control is niet geïnstalleerd." \
         "Wilt u deze downloaden en installeren?"
 END
Index: dlls/shdocvw/Pt.rc
===================================================================
RCS file: /home/wine/wine/dlls/shdocvw/Pt.rc,v
retrieving revision 1.2
diff -u -p -d -r1.2 Pt.rc
--- dlls/shdocvw/Pt.rc	21 Feb 2005 18:38:36 -0000	1.2
+++ dlls/shdocvw/Pt.rc	15 Apr 2005 15:52:34 -0000
@@ -30,7 +30,7 @@ FONT 8, "MS Shell Dlg"
 
 STRINGTABLE
 BEGIN
- 1001	"Esta aplicação requer um objecto ActiveX do navegador\n" \
+ 1001	"Esta aplicação requer um objecto ActiveX do navegador " \
         "mas o controle Mozilla ActiveX atualmente não está instalado." \
         "Você deseja baixá-lo e instalá-lo?"
 END



More information about the wine-patches mailing list