Re: mshtml #5: Set default print template in exec_print.
On 14.12.2006 00:21, Jacek Caban wrote:
--- a/dlls/mshtml/resource.h +++ b/dlls/mshtml/resource.h @@ -28,6 +28,9 @@
#define IDS_MESSAGE_BOX_TITLE 2213
+#define IDS_PRINT_HEADER_TEMPLATE 8403 +#define IDS_PRINT_FOOTER_TEMPLATE 8404 +
Could it be you forgot to submit the .rc file changes for these new strings? -f.r.
Frank Richter wrote:
On 14.12.2006 00:21, Jacek Caban wrote:
--- a/dlls/mshtml/resource.h +++ b/dlls/mshtml/resource.h @@ -28,6 +28,9 @@
#define IDS_MESSAGE_BOX_TITLE 2213
+#define IDS_PRINT_HEADER_TEMPLATE 8403 +#define IDS_PRINT_FOOTER_TEMPLATE 8404 +
Could it be you forgot to submit the .rc file changes for these new strings?
.rc changes are in an other patch: http://www.winehq.org/pipermail/wine-patches/2006-December/033782.html Thanks, Jacek
On 14.12.2006 09:10, Jacek Caban wrote:
Could it be you forgot to submit the .rc file changes for these new strings?
.rc changes are in an other patch: http://www.winehq.org/pipermail/wine-patches/2006-December/033782.html
Ah sorry, didn't notice. -f.r.
participants (2)
-
Frank Richter -
Jacek Caban