From 966a4a52b64eebcab80a3c0182c03a38ed37eaef Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 9 Dec 2004 14:59:08 +0000 Subject: [PATCH] Spelling corrections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/html/faqgen.htm | 4 ++-- docs/html/faqgtk.htm | 2 +- docs/html/faqmac.htm | 2 +- docs/html/faqmot.htm | 7 ------- docs/html/faqmsw.htm | 11 ++++++++--- 5 files changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/html/faqgen.htm b/docs/html/faqgen.htm index 2b6b864cf3..25fc5d82b4 100644 --- a/docs/html/faqgen.htm +++ b/docs/html/faqgen.htm @@ -140,10 +140,10 @@ platform-independent code, such as the wxTreeCtrl and wxListCtrl classes.

No. This is a much-discussed topic that has (many times) ended with the conclusion that it is in wxWidgets' best interests to avoid use of templates. Not all compilers can handle templates adequately so it would dramatically reduce the number of compilers -and platforms that could be supported. It would also be undersirable to make +and platforms that could be supported. It would also be undesirable to make wxWidgets dependent on another large library that may have to be downloaded and installed. In addition, use of templates can lead to executable bloat, which is something -wxWidgets 2 is strenously trying to avoid.

+wxWidgets 2 is strenuously trying to avoid.

The standard C++ string class is not used, again because it is not available to all compilers, and it is not necessarily a very efficient implementation. Also, we retain more flexibility diff --git a/docs/html/faqgtk.htm b/docs/html/faqgtk.htm index cc4b3748e6..6da8b25c07 100644 --- a/docs/html/faqgtk.htm +++ b/docs/html/faqgtk.htm @@ -49,7 +49,7 @@ often abbreviated to wxGTK. wxGTK has a separate home page Why doesn't reading floating point numbers work when using wxWidgets? If your program reads the floating point numbers in the format 123.45 -from a file, it may suddently start returning just 123 instead of the +from a file, it may suddenly start returning just 123 instead of the correct value on some systems -- which is all the more mysterious as the same code in a standalone program works just fine. diff --git a/docs/html/faqmac.htm b/docs/html/faqmac.htm index 3e7f255569..6c053adb95 100644 --- a/docs/html/faqmac.htm +++ b/docs/html/faqmac.htm @@ -200,7 +200,7 @@ This error can sometimes be corrected or avoided by modifying the source code. H Because wxWidgets does not have a specific API for the About menu item or the Help menu, the Mac OS port uses some static variables to help the engine make the right decisions:

diff --git a/docs/html/faqmot.htm b/docs/html/faqmot.htm index 6a7fdd83eb..e877346726 100644 --- a/docs/html/faqmot.htm +++ b/docs/html/faqmot.htm @@ -28,7 +28,6 @@ and Unix FAQ page.
@@ -63,12 +62,6 @@ system is in preparation.

-

Does Dialog Editor work with wxWidgets for Motif?

- -Suport for Dialog Editor is almost there, but there are some wrinkles to iron -out. You may find it's useful though: compile it and see. -

-

Why are windows are not refreshed properly until I resize them?

Very occasionally you can experience this glitch, probably because sometimes the diff --git a/docs/html/faqmsw.htm b/docs/html/faqmsw.htm index f266bf1ba6..fdaf7b458c 100644 --- a/docs/html/faqmsw.htm +++ b/docs/html/faqmsw.htm @@ -1,3 +1,4 @@ + @@ -44,7 +45,7 @@ See also top-level FAQ page.
  • Why are menu hotkeys or shortcuts not working in my application?
  • Why can I not write to the HKLM part of the registry with wxRegConfig?
  • Is MS Active Accessibility supported?
  • -
  • Why does Visual C++ complain about corrupted project files??
  • +
  • Why does Visual C++ complain about corrupted project files{/a>
  • Visual C++ gives errors about multiply defined symbols, what can I do?
  • Why do I get compilation erros when using wxWidgets with DirectShow?
  • How do I handle Windows messages in my wxWidgets program?
  • @@ -322,6 +323,10 @@ Code' (and no others). This will then work.

    How are the wxWidgets makefiles edited under Windows?

    +wxWidgets 2.5.x and above uses Bakefile to generate makefiles, which +is described in technical note 16 under docs/tech in your distribution. +For 2.4.x, the following explanation applies.

    + As of wxWidgets 2.1, there is a new system written by Vadim Zeitlin, that generates the makefiles from templates using tmake.

    @@ -453,7 +458,7 @@ First, you can use wxRegKey directly, for example: regKey.SetName(idName); { - wxLogNull dummy; + wxLogNull dummy; if (!regKey.Create()) { idName = wxT("HKEY_CURRENT_USER\\SOFTWARE\\My Company\\My Product\\Stuff\\"); @@ -499,7 +504,7 @@ for the current status.

    -

    Why does Visual C++ complain about corrupted project files??

    +

    Why does Visual C++ complain about corrupted project files{/a>

    If you have downloaded the wxWidgets sources from the cvs using a Unix cvs client or downloaded a daily snapshot in .tar.gz format, it is likely -- 2.45.2