diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-16 21:15:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-20 15:04:35 +0000 |
| commit | 9e14cd0b1ff1d30f027fbd1351bd2a94b7e119d9 (patch) | |
| tree | ec064765f7f786d4c3d703441582e9c905701f89 /src/tools/dcpomatic.cc | |
| parent | 125377b86f3b2e7f47c1e884b833a39ea27ae519 (diff) | |
Incorporate new icon by Julian van Mil for main DCP-o-matic.
Diffstat (limited to 'src/tools/dcpomatic.cc')
| -rw-r--r-- | src/tools/dcpomatic.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 097b7905a..972436c47 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -210,6 +210,10 @@ public: setup_menu (bar); SetMenuBar (bar); +#ifdef DCPOMATIC_WINDOWS + SetIcon (wxIcon (std_to_wx ("id"))); +#endif + _config_changed_connection = Config::instance()->Changed.connect (boost::bind (&DOMFrame::config_changed, this)); config_changed (); |
