Cosmetic changes to wxSS::GetScreen:
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 19 May 2002 22:44:27 +0000 (22:44 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 19 May 2002 22:44:27 +0000 (22:44 +0000)
commit41fecb4451682f11e352fc5b9b7383f6335322a7
treec9028e4f9dbe480d3cb9abe44f2b1aa8c29e8ee9
parent92432aa11122b338d86fc4ac1aee5ea76c696d9a
Cosmetic changes to wxSS::GetScreen:
1) Renamed to GetScreenType (so that the name better describes its function)
2) Changed use of <,>,<=,>= operators together with wxSYS_SCREEN_* so that
   'foo is smaller that bar' is written as 'foo < bar' and not (sic) 'foo > bar'

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/settings.h
src/common/settcmn.cpp
src/generic/filedlgg.cpp
src/os2/wx23.def
src/univ/button.cpp
wxPython/src/gtk/misc2.cpp
wxPython/src/mac/misc2.cpp
wxPython/src/msw/misc2.cpp