wxWidgets/utils
Dimitri Schoolwerth 6636ef8ddf Use wxString's empty() when checking if the string is (non-)empty throughout wx.
Instead of constructs such as if "( s.length() )" and "if (s.length() > 0)" use "if ( !s.empty() )" instead. Similarly for "if (s.length() == 0)" or "if ( s.IsNull() )", use "if ( s.empty() )".
No code changes intended except for a few instances where a construct like "if ( s.length() && wxFileExists(s) )" was changed to not check the length of the string and let wxFileExists handle such cases.



git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-01-22 14:38:36 +00:00
..
emulator Fix emulator compilation with wxX11 after GetMainWindow() renaming. 2010-04-12 11:21:41 +00:00
execmon Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
helpview Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
hhp2cached Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
ifacecheck better error message when an inconsistency has been found 2010-05-11 21:10:18 +00:00
screenshotgen Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
wxrc Use wxString's empty() when checking if the string is (non-)empty throughout wx. 2011-01-22 14:38:36 +00:00
makefile.bcc Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
makefile.gcc Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
Makefile.in Rebake after last commit. 2009-11-18 19:22:58 +00:00
makefile.vc Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
makefile.wat Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
utils.bkl Reenable build of execmon in utils bakefile. 2009-09-13 11:55:08 +00:00