replace @b Note with @note; replace '' with "
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user