diff --git a/interface/wx/toolbar.h b/interface/wx/toolbar.h index f45393f0f0..02698a9b39 100644 --- a/interface/wx/toolbar.h +++ b/interface/wx/toolbar.h @@ -224,8 +224,9 @@ public: /** Adds a separator for spacing groups of tools. - Note that the meaning of a "separator" is a vertical line under wxMSW and - a simple space under wxGTK. + Notice that the separator uses the look appropriate for the current + platform so it can be a vertical line (MSW, some versions of GTK) or + just an empty space or something else. @see AddTool(), SetToolSeparation() */