diff --git a/interface/wx/msw/ole/automtn.h b/interface/wx/msw/ole/automtn.h index 6b8b90b4a7..fffa47cdb5 100644 --- a/interface/wx/msw/ole/automtn.h +++ b/interface/wx/msw/ole/automtn.h @@ -389,7 +389,7 @@ public: @code wxAutomationObject excelObject; if (excelObject.GetInstance("Excel.Application")) - excelObject.PutProperty("ActiveCell.Font.Bold", @true); + excelObject.PutProperty("ActiveCell.Font.Bold", true); @endcode Note that this class obviously works under Windows only.