]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/collpane.cpp
use CanSetValueAs() instead of CanGetValueAs() in wxGridCellBoolEditor::EndEdit
[wxWidgets.git] / src / gtk / collpane.cpp
index dd68dda50558ae6ff9eaad6af8352ee243fb68ab..324dc3856d709b7947be1f2e791d7a95cc490941 100644 (file)
@@ -29,7 +29,7 @@
 // the lines below duplicate the same definitions in collpaneg.cpp, if we have
 // another implementation of this class we should extract them to a common file
 
-const wxChar wxCollapsiblePaneNameStr[] = wxT("collapsiblePane");
+const char wxCollapsiblePaneNameStr[] = "collapsiblePane";
 
 DEFINE_EVENT_TYPE(wxEVT_COMMAND_COLLPANE_CHANGED)