]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected link to gettext manual (part of patch 1686335)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Mar 2007 00:52:19 +0000 (00:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Mar 2007 00:52:19 +0000 (00:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/locale.tex

index 7acf7cf621cb8b7a2e5af3ea5fcc2d397da61983..d2d063c5c9ca99b1ceafddb002c1b2b7a35527a4 100644 (file)
@@ -293,7 +293,7 @@ The \arg{szOrigString2} parameter is the plural form (in English).
 The parameter \arg{n} is used to determine the plural form.  If no
 message catalog is found \arg{szOrigString} is returned if `n == 1',
 otherwise \arg{szOrigString2}.
-See \urlref{GNU gettext manual}{http://www.gnu.org/manual/gettext/html\_chapter/gettext\_10.html\#SEC150} for additional information on plural forms handling.
+See \urlref{GNU gettext manual}{http://www.gnu.org/software/gettext/manual/html\_chapter/gettext\_10.html\#SEC150} for additional information on plural forms handling.
 
 This method is called by the \helpref{wxGetTranslation}{wxgettranslation}
 function and \helpref{\_()}{underscore} macro.