diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-15 12:23:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-16 10:21:56 +0000 |
commit | 67270ddc7c0b203c774a3d78e48d07535c54c0da (patch) | |
tree | 630622607cbd9849e6a8b00668de15c41aacca09 /vcl | |
parent | 456853e96cc37bf817410366f0b94d6890e0ba00 (diff) |
one bug display->one big display
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/salsys.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salsys.hxx b/vcl/inc/salsys.hxx index ea952340c8c2..001a8a948028 100644 --- a/vcl/inc/salsys.hxx +++ b/vcl/inc/salsys.hxx @@ -75,7 +75,7 @@ public: virtual unsigned int GetDisplayScreenCount() = 0; /* Queries whether multiple screens are part of one bigger display - @returns true if screens form one bug display + @returns true if screens form one big display false if screens are distinct and windows cannot be moved between, or span multiple screens */ |