diff --git a/interface/wx/gdicmn.h b/interface/wx/gdicmn.h index 5ade936862..5d18c2aa7a 100644 --- a/interface/wx/gdicmn.h +++ b/interface/wx/gdicmn.h @@ -609,12 +609,12 @@ public: int width; /** - x coordinate of the top-level corner of the rectangle. + x coordinate of the top-left corner of the rectangle. */ int x; /** - y coordinate of the top-level corner of the rectangle. + y coordinate of the top-left corner of the rectangle. */ int y; };