]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tglbtn.cpp
Use the app name, not display name, as debug report name,
[wxWidgets.git] / src / msw / tglbtn.cpp
index 41a518ba0e7f61dcb701fe3073bde7d7cd70a859..0ae12ccdf3cb6c5c9c6587572fb680ee3f721bdd 100644 (file)
@@ -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