]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/internationalization.h
Fix incorrect XRC format docs for wxMenu(Bar)'s "style" property.
[wxWidgets.git] / docs / doxygen / overviews / internationalization.h
index 811a0bccca5692d4add09d9adccca73dc70b2ffd..1ddf7ebbaef6475bfc469ec63ad20e64f9b96135 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        internationalization.h
 // Purpose:     topic overview
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -54,7 +53,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
-    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.