X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90c1d2a19361551eb07778280f22be3e759cf64..7c0ea335c7b1aa4ebd8b3a79dfb4be9fb20eefdb:/include/wx/motif/dnd.h?ds=sidebyside diff --git a/include/wx/motif/dnd.h b/include/wx/motif/dnd.h index 2cb1947fa5..fab08d7476 100644 --- a/include/wx/motif/dnd.h +++ b/include/wx/motif/dnd.h @@ -92,7 +92,7 @@ public: // the string ID identifies the format of clipboard or DnD data. a word // processor would e.g. add a wxTextDataObject and a wxPrivateDataObject - // to the clipboard - the latter with the Id "WXWORD_FORMAT(". + // to the clipboard - the latter with the Id "WXWORD_FORMAT". void SetId( const wxString& id ) { m_id = id; }