]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/intl.h
re-added accidentally omitted 'ANSI'
[wxWidgets.git] / interface / intl.h
index aef176653bec92c47151be8a0ff4142635f518d0..e71e3ef00fd01bc8bb50d84c264b69f53e146f4b 100644 (file)
@@ -29,9 +29,9 @@
       # ....
 
       # use the functions
-      print gettext( ``Panic!'' );
+      print gettext( "Panic!" );
 
-      button = Wx::Button-new( window, -1, gettext( ``Label'' ) );
+      button = Wx::Button-new( window, -1, gettext( "Label" ) );
     @endcode
 
     If you need to translate a lot of strings, then adding gettext( ) around
@@ -46,7 +46,7 @@
       # ...
 
       # use the functions
-      print t( ``Panic!!'' );
+      print t( "Panic!!" );
 
       # ...
     @endcode
@@ -364,7 +364,7 @@ public:
         wxLanguageInfo structure. See AddLanguage() for
         the wxLanguageInfo description.
 
-        @wxsince{2.7.1}.
+        @since 2.7.1.
     */
     static bool IsAvailable(int lang);
 
@@ -544,7 +544,7 @@ public:
     This macro is identical to _() but for the plural variant of
     wxGetTranslation().
 
-    @returns A const wxString.
+    @return A const wxString.
 
     @header{wx/intl.h}
 */
@@ -587,7 +587,7 @@ public:
     would be no translations for the weekday names in the program message
     catalog and wxGetTranslation() wouldn't find them.
 
-    @returns A const wxChar*.
+    @return A const wxChar*.
 
     @header{wx/intl.h}
 */