Rename wxEllipsizeFlags elements to avoid confusion with wxEllipsizeMode.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Oct 2009 21:32:51 +0000 (21:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Oct 2009 21:32:51 +0000 (21:32 +0000)
commit355ce7adea8043d72e02cd00aa7f475f3b3be92d
treec0ab2bec08ed2a74a0b2d15cdc8681d802f568cc
parent73b1b99623b149651ed0beb3701dd81f00ee2def
Rename wxEllipsizeFlags elements to avoid confusion with wxEllipsizeMode.

We shouldn't use the same "wxELLIPSIZE_" prefix for two different enums, so
use wxELLIPSIZE_FLAGS one for wxEllipsizeFlags (they should be used less often
than wxEllipsizeMode so it's better to keep the short prefix for the latter).

Also add wxELLIPSIZE_FLAGS_NONE flag.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/control.h
interface/wx/control.h
src/common/ctrlcmn.cpp
src/generic/statusbr.cpp
src/msw/statusbar.cpp