]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tglbtn.cpp
Minor updates to Vietnamese translations.
[wxWidgets.git] / src / msw / tglbtn.cpp
index 7fa72892c7d3177093c93bc61ddff5f45ece5595..0ae12ccdf3cb6c5c9c6587572fb680ee3f721bdd 100644 (file)
@@ -48,7 +48,7 @@
 // macros
 // ----------------------------------------------------------------------------
 
-wxDEFINE_EVENT( wxEVT_COMMAND_TOGGLEBUTTON_CLICKED, wxCommandEvent )
+wxDEFINE_EVENT( wxEVT_COMMAND_TOGGLEBUTTON_CLICKED, wxCommandEvent );
 
 // ============================================================================
 // implementation
@@ -273,7 +273,7 @@ bool wxToggleButton::Create(wxWindow *parent,
     WXDWORD msStyle = MSWGetStyle(style, &exstyle);
     msStyle |= wxMSWButton::GetMultilineStyle(label);
 
-    return MSWCreateControl(_T("BUTTON"), msStyle, pos, size, label, exstyle);
+    return MSWCreateControl(wxT("BUTTON"), msStyle, pos, size, label, exstyle);
 }
 
 WXDWORD wxToggleButton::MSWGetStyle(long style, WXDWORD *exstyle) const