diff options
author | Hans Bolinder <[email protected]> | 2011-09-19 15:36:08 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2011-09-26 09:27:41 +0200 |
commit | ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0 (patch) | |
tree | a4a29301493ebfb47238350b43b032431320375c /lib/wx/src/gen/wxRegion.erl | |
parent | 5606322f1d7e2be43cd9a6f438d8d7f75df0b933 (diff) | |
download | otp-ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0.tar.gz otp-ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0.tar.bz2 otp-ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0.zip |
Correct XML files
Diffstat (limited to 'lib/wx/src/gen/wxRegion.erl')
-rw-r--r-- | lib/wx/src/gen/wxRegion.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wx/src/gen/wxRegion.erl b/lib/wx/src/gen/wxRegion.erl index 0ceba1d203..4e8d98a54f 100644 --- a/lib/wx/src/gen/wxRegion.erl +++ b/lib/wx/src/gen/wxRegion.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2010. All Rights Reserved. +%% Copyright Ericsson AB 2008-2011. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -48,7 +48,7 @@ new() -> %% new(Bmp::wxBitmap:wxBitmap()) -> wxRegion() </c> %% </p> %% <p><c> -%% new(Rect::{X::integer(),Y::integer(),W::integer(),H::integer()}) -> wxRegion() </c> +%% new(Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> wxRegion() </c> %% </p> new(#wx_ref{type=BmpT,ref=BmpRef}) -> ?CLASS(BmpT,wxBitmap), |