~pavel-pimenov/dcplusplus/flylinkdc-mediainfo

« back to all changes in this revision

Viewing changes to dwt/src/widgets/ToolBar.cpp

  • Committer: pavel pimenov
  • Date: 2012-06-20 20:33:42 UTC
  • mfrom: (2636.1.320 dcplusplus)
  • Revision ID: pavel.pimenov@gmail.com-20120620203342-3m372zf0tc2le48a
* [merge]

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
itsHotImageList(0),
47
47
itsDisabledImageList(0),
48
48
customizing(false),
49
 
customized(0),
50
 
customizeHelp(0)
 
49
customized(nullptr),
 
50
customizeHelp(nullptr)
51
51
{
52
52
}
53
53