From b8260ca22c3567fdf328e2adf5d794c211e78d0b Mon Sep 17 00:00:00 2001 From: "locka%iol.ie" Date: Tue, 4 Jun 2002 21:29:04 +0000 Subject: [PATCH] Added unsupported warnings to winEmbed. git-svn-id: svn://10.0.0.236/trunk@122697 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/embedding/tests/winEmbed/winEmbed.cpp | 14 +++++++++++++- mozilla/embedding/tests/winEmbed/winEmbed.rc | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/mozilla/embedding/tests/winEmbed/winEmbed.cpp b/mozilla/embedding/tests/winEmbed/winEmbed.cpp index a5f314deb02..fc7ad49f5cb 100644 --- a/mozilla/embedding/tests/winEmbed/winEmbed.cpp +++ b/mozilla/embedding/tests/winEmbed/winEmbed.cpp @@ -134,7 +134,19 @@ public: int main(int argc, char *argv[]) { - printf("\nYou are embedded, man!\n\n"); + printf("You are embedded, man!\n\n"); + printf("******************************************************************\n"); + printf("* *\n"); + printf("* IMPORTANT NOTE: *\n"); + printf("* *\n"); + printf("* WinEmbed is not supported!!! Do not raise bugs on it unless *\n"); + printf("* it is badly broken (e.g. crash on start/exit, build errors) *\n"); + printf("* or you have the patch to make it better! MFCEmbed is now our *\n"); + printf("* embedding test application on Win32 and all testing should *\n"); + printf("* be done on that. *\n"); + printf("* *\n"); + printf("******************************************************************\n"); + printf("\n\n"); // Sophisticated command-line parsing in action char *szFirstURL = "http://www.mozilla.org/projects/embedding"; diff --git a/mozilla/embedding/tests/winEmbed/winEmbed.rc b/mozilla/embedding/tests/winEmbed/winEmbed.rc index 429ade79e58..913585cfed2 100644 --- a/mozilla/embedding/tests/winEmbed/winEmbed.rc +++ b/mozilla/embedding/tests/winEmbed/winEmbed.rc @@ -155,7 +155,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK IDD_BROWSER DIALOG DISCARDABLE 0, 0, 400, 217 STYLE WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME -CAPTION "winEmbed sample" +CAPTION "winEmbed sample - UNSUPPORTED" MENU IDC_WINEMBED FONT 8, "MS Sans Serif" BEGIN