X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15a2de7e4fc86bf81c57c64d7de31a6882e3384c..a340b80d8a692f5308d26c1c1b95fd689a1d7eb3:/docs/html/faqgtk.htm
diff --git a/docs/html/faqgtk.htm b/docs/html/faqgtk.htm
index cc4b3748e6..7dc802657d 100644
--- a/docs/html/faqgtk.htm
+++ b/docs/html/faqgtk.htm
@@ -2,7 +2,7 @@
-wxWidgets 2 for GTK FAQ
+wxWidgets for GTK FAQ
@@ -13,7 +13,7 @@
-wxWidgets 2 for GTK FAQ
+wxWidgets for GTK FAQ
|
@@ -27,7 +27,7 @@ and Unix FAQ page.
List of questions in this category
-- What is wxWidgets 2 for GTK+?
+- What is wxWidgets for GTK+?
- Why doesn't reading floating point numbers work when using wxWidgets?
- Does wxGTK have GNOME support?
- Warning about GTK libraries supplied with RedHat
@@ -39,17 +39,17 @@ and Unix FAQ page.
-
+
-wxWidgets 2 for GTK is a port of wxWidgets to the GTK+ toolkit,
-which is freely available for most flavours of Unix with X. wxWidgets 2 for GTK is
+wxWidgets for GTK is a port of wxWidgets to the GTK+ toolkit,
+which is freely available for most flavours of Unix with X. wxWidgets for GTK is
often abbreviated to wxGTK. wxGTK has a separate home page here.
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.
@@ -86,13 +86,13 @@ This problem can be solved by updating GTK with an official distribution of the
Robert Roebling replies:
-"The important thing is the libc version that your app
+"The important thing is the libc version that your app
is linked against. The most recent version is 2.2.5
and programs linked against it will not run with version
2.1.X so that you will fare best if you compile your app
on a 2.1.X system. It will then run on practically all
Linux distros (if you link you app statically against
-the image libraries and std C++ lib)."
+the image libraries and std C++ lib)."