]> git.saurik.com Git - wxWidgets.git/commitdiff
Correct typo in a link in i18n documentation page.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Jul 2013 13:47:39 +0000 (13:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Jul 2013 13:47:39 +0000 (13:47 +0000)
See r74442.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/overviews/internationalization.h

index 811a0bccca5692d4add09d9adccca73dc70b2ffd..f2410f85e3247f1fce8832d9bda9c33b6d6ac2ae 100644 (file)
@@ -54,7 +54,7 @@ Translating your application involves several steps:
     language(s). It involves editing the .po file.
 @li Compiling the .po file into .mo file to be used by the program.
 @li Installing the .mo files with your application in the appropriate location
     language(s). It involves editing the .po file.
 @li Compiling the .po file into .mo file to be used by the program.
 @li Installing the .mo files with your application in the appropriate location
-    for the target system (@see overview_i18n_menuaccel).
+    for the target system (@see overview_i18n_mofiles).
 @li Setting the appropriate locale in your program to use the strings for the
     given language: see wxLocale.
 
 @li Setting the appropriate locale in your program to use the strings for the
     given language: see wxLocale.